{% for hook in hooks %} {% set index = loop.index0 %} {% include "partials/schedules/hooks/hook_field_modal.html" with context %} {% endfor %} {% if not hooks %}

No {{ hook_type }}-job hooks configured

Click "Add {{ hook_type | title }}-Hook" to get started

{% endif %}