{% extends "shatailadmin/generic/index.html" %} {% load i18n shatailadmin_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 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 %}