{% extends "base.html" %} {% load navigation_tags %} {% load display_tags %} {% load authorization_tags %} {% load dict_key %} {% block content %} {{ block.super }}
{% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %} | {% dojo_sort request 'Engagement' 'name' 'asc' %} | {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}{% dojo_sort request 'Period' 'target_start' 'asc' %} | Status | {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}{% dojo_sort request 'Product' 'product__name' 'asc' %} | {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}{% dojo_sort request 'Product Type' 'product__prod_type__name' %} | {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}{% dojo_sort request 'Lead' 'lead__first_name' %} | Tests | {% if system_settings.enable_jira %}Jira | {% endif %}
---|---|---|---|---|---|---|---|---|
{% if e.name %}{{ e.name }}{% endif %}
{% include "dojo/snippets/tags.html" with tags=e.tags.all %}
|
{{ e.target_start }} - {{ e.target_end }} {% if e.is_overdue %} {{ e.target_end|overdue }} overdue {% endif %} | {{ e.status }} | {{ e.product.name }} {{ e.product|jira_project_tag }} {% include "dojo/snippets/tags.html" with tags=e.product.tags.all %} | {{ e.product.prod_type.name }} | {{ e.lead.first_name }} {{ e.lead.last_name }} | {% with test_count=engagement_test_counts|dict_key:e.pk|default_if_none:0 %} {{ test_count }} {% endwith %} | {% if system_settings.enable_jira %}{{ e|jira_project_tag }} | {% endif %}