{% extends "wagtailadmin/generic/index.html" %} {% load i18n wagtailadmin_tags %} {% block content %} {% fragment as workflow_actions %} {% if showing_disabled %} {% icon name="no-view" %}{% trans "Hide disabled workflows" %} {% else %} {% icon name="view" %}{% trans "Show disabled workflows" %} {% endif %} {{ view.add_item_label }} {% endfragment %} {% include "wagtailadmin/shared/header.html" with title=view.page_title icon=view.header_icon extra_actions=workflow_actions %}
{% trans "Name" %} | {% trans "Used by" %} | {% trans "Tasks" %} |
---|---|---|
{{ workflow }}
{% if not workflow.active %}
Disabled
{% endif %}
|
|
{% blocktrans trimmed %}No workflows have been created. Why not add one?{% endblocktrans %}
{% else %}{% blocktrans trimmed %}There are no enabled workflows. Why not add one?{% endblocktrans %}
{% endif %} {% endif %}