{% extends "wagtailadmin/generic/index.html" %}
{% load i18n wagtailadmin_tags %}
{% block content %}
{% if view.header_icon %}{% icon name=view.header_icon class_name="header-title-icon" %}{% endif %}
{{ view.page_title }}{% if view.subtitle %} {{ view.subtitle }}{% endif %}
{% trans "Name" %} | {% trans "Used by" %} | {% trans "Tasks" %} |
---|---|---|
{{ workflow }}
{% if not workflow.active %}
Disabled
{% endif %}
|
|
{% blocktrans %}No workflows have been created. Why not add one?{% endblocktrans %}
{% else %}{% blocktrans %}There are no enabled workflows. Why not add one?{% endblocktrans %}
{% endif %} {% endif %}