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

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

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