{% load i18n wagtailadmin_tags %}
{% include "wagtailadmin/shared/header.html" with title=_("Choose a task") merged=1 icon="thumbtack" %}
{% if can_create %}
{% include 'wagtailadmin/shared/tabs/tab_nav_link.html' with tab_id='new' title=_("New") %}
{% include 'wagtailadmin/shared/tabs/tab_nav_link.html' with tab_id='existing' title=_("Existing") %}
{% include "wagtailadmin/workflows/task_chooser/includes/create_tab.html" %}
{% include "wagtailadmin/workflows/task_chooser/includes/results.html" %}
{% else %}
{% include "wagtailadmin/workflows/task_chooser/includes/results.html" %}