{% extends "wagtailadmin/base.html" %} {% load i18n %} {% load wagtailadmin_tags %} {% block titletag %}{{ title }}{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" %}

{% trans "Choose which type of task you'd like to create." %}

{% if task_types %} {% endif %}
{% endblock %}