{% extends "wagtailadmin/generic/edit.html" %} {% load i18n wagtailadmin_tags %} {% block form_content %} {{ block.super }}
{% icon name='help' %} {% for workflow in object.active_workflows %} {% if forloop.first %}{% trans "Used on the following active workflows" %}: {% endif %} {{ workflow.name }}{% if not forloop.last %}, {% endif %} {% empty %} {% trans "Not used" %} {% endfor %}
{% endblock %} {% block extra_actions %} {% if can_enable %} {% elif can_disable %} {{ view.delete_item_label }} {% endif %} {% endblock %}