{% blocktranslate with corporation_name=corporation.corporation_name trimmed %}
Add a new webhook to corporation "{{ corporation_name }}"
{% endblocktranslate %}
{% translate 'Add a new webhook:' %}
{% translate 'This method will create a brand new webhook on the auth.' %}
{% translate 'Add an existing webhook:' %}
{% blocktranslate trimmed %}
This method allows to add a webhook already present in the auth.
You only need to enter the webhook's id.
{% endblocktranslate %}
{% endblock %}
{% block extra_css %}
{{ block.super }}
{% endblock %}