{% extends "wagtailadmin/generic/index_results.html" %} {% load i18n wagtailadmin_tags %} {% block no_results_message %} {% if showing_disabled %}

{% 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 %} {% endblock %}