{% load i18n %} {% trans "Choose a task" as choose_str %} {% include "shatailadmin/shared/header.html" with title=choose_str merged=1 icon="thumbtack" %} {% if can_create %}
{# Using nice-padding and full width class until the modal header is restyled #}
{% trans "New" as new_text %} {% include 'shatailadmin/shared/tabs/tab_nav_link.html' with tab_id='new' title=new_text %} {% trans "Existing" as existing_text %} {% include 'shatailadmin/shared/tabs/tab_nav_link.html' with tab_id='existing' title=existing_text %}
{% else %}
{% include "shatailadmin/workflows/task_chooser/includes/results.html" %}
{% endif %}