{% extends "wagtailadmin/generic/index_results.html" %} {% load i18n %} {% block no_results_message %} {% if showing_disabled %}
{% 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 %} {% endblock %}