{% extends 'metenox/base.html' %} {% load i18n %} {% block content %}

{% 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.' %}
{% csrf_token %}
{% translate 'This name will be assigned to ease finding the webhook back' %}

{% 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 %}
{% csrf_token %}
{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %}