{% load i18n %}
{% if phase_key == 'plan' %} {% elif phase_key == 'do' %} {% elif phase_key == 'check' %} {% elif phase_key == 'act' %} {% elif phase_key == 'find' %} {% elif phase_key == 'organize' %} {% elif phase_key == 'clarify' %} {% elif phase_key == 'understand' %} {% elif phase_key == 'select' %} {% endif %}

{{ phase_label }}

{% if phase_obj and phase_obj.owner %}

{{ phase_obj.owner.get_full_name }}

{% endif %}
{% if can_edit and phase_obj %} {% endif %}
{% if phase_obj %}
{{ phase_obj.get_status_display }} {{ tasks_count }} {% trans "tasks" %}
{% else %}
{% trans "Not set up" %}
{% endif %}