{% extends "wagtailadmin/generic/index.html" %} {% load i18n wagtailadmin_tags %} {% block main_header %} {% fragment as workflow_actions %} {% if showing_disabled %} {% icon name="no-view" %}{% trans "Hide disabled tasks" %} {% else %} {% icon name="view" %}{% trans "Show disabled tasks" %} {% endif %} {% icon name="plus" wrapped=1 %}{{ view.add_item_label }} {% endfragment %} {% include "wagtailadmin/shared/header.html" with title=page_title icon=header_icon extra_actions=workflow_actions %} {% endblock %} {% block listing %}
{% blocktrans trimmed %}No tasks have been created. Why not add one?{% endblocktrans %}
{% else %}{% blocktrans trimmed %}There are no enabled tasks. Why not add one?{% endblocktrans %}
{% endif %} {% endif %}