{% extends "includes/crud/table_list.html" %} {% load trans blocktrans from i18n %} {% block create_button %} {% url "projects_webhooks_create" project.slug as create_url %} {% trans "Add webhook" as create_text %} {% include "includes/crud/create_button.html" with url=create_url text=create_text %} {% endblock create_button %} {% block list_placeholder_icon_class %} fa-duotone fa-webhook {% endblock list_placeholder_icon_class %} {% block list_placeholder_header %} {% blocktrans trimmed %} No webhooks have been configured yet {% endblocktrans %}