{% extends "projects/webhook_list.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block project_edit_content_subheader %} {% if webhook %}
{% else %} {% trans "Add webhook" %} {% endif %} {% endblock project_edit_content_subheader %} {% block project_edit_content %} {% if webhook %} {% url 'projects_webhooks_edit' project.slug domain.pk as action_url %} {% trans "Save webhook" as button_text %} {% else %} {% url 'projects_webhooks_create' project.slug as action_url %} {% trans "Add webhooks" as button_text %} {% endif %}