{% extends "base.html" %} {% block title %}{{ 'Edit' if subscription else 'New' }} Webhook Subscription - LSMC Hub{% endblock %} {% block content %}
← Back to Webhooks

{{ 'Edit' if subscription else 'New' }} Webhook Subscription

{% if error %}
{{ error }}
{% endif %}
{% if not subscription %}
{% endif %}
{% for event_type in available_event_types %} {% endfor %}
{% if subscription %}
{% endif %}
Cancel
{% endblock %}