{% load i18n %}

{{ corporation.corporation_name }}

{% translate "Current notification parameters:" %}
{% csrf_token %}
{% translate "Current webhooks:" %} {% for webhook in corporation.webhooks.all %} {% endfor %}
{% translate "Name" %} {% translate "Slug" %} {% translate "Remove webhook" %}
{{ webhook.name }} {% translate "Remove webhook" %}
{% translate "Add new webhook" %}