{% extends 'base' %}{% block title %} Forgejo Webhooks{% endblock title %} {% block nav %} {% include "auth_nav" %} {% endblock nav %} {% block main %}
{% if payload|length > 0 %} {% for hook in payload %}
Webhook icon

{{ hook.webhook.forgejo_url }}

Forgejo instance {{ hook.webhook.forgejo_url }}

{% endfor %} {% else %}

Nothing to show, click here to add new Forgejo webhook!

{% endif %}
{% endblock main %}