{% extends "base.html" %} {% block title %}{{ t('webhook_new.title') }} — painfree{% endblock %} {% block body %}

{{ t('webhook_new.heading') }}

{{ t('webhook_new.lede') }}

{# Minted when this page was rendered, not when it is submitted. A reload of the result replays this registration instead of making a second one. #} {# The event types are the webhook envelope's own contract values. They are names a receiver matches on and are never translated. #}
{% for name in event_types %}
{% endfor %}
{{ t('common.cancel') }}
{% endblock %}