{% if 'key' in object.fields %}

{{ object.fields['key'] }} - {{ object.fields['summary'] }}

{% if object.get_childs()|length > 0 %} {% for st_ticket in object.get_childs() %} {% endfor %}
{% if not st_ticket.checked %}{% endif %} {{ st_ticket }} {% if 'commits' in st_ticket.fields %}
    {% for commit in st_ticket.fields['commits'] %}
  • {{ commit }}
  • {% endfor %}
{% endif %} {% if not st_ticket.checked %}
{% endif %}
  {% if is_security %} {% if not st_ticket.checked %} CHECK {% else %} UNCHECK {% endif %} {% endif %} {% if st_ticket.last_checked_by %}  Changed by: {{ st_ticket.last_checked_by }} {% endif %}
{% else %} {% if 'sub_issues' in object.fields %} {% elif 'commits' in object.fields %} {% endif %} {% if 'tsum_project_id' in object.fields and 'release_id' in object.fields %}

Релизный пайплайн в ЦУМ

{% endif %} {% endif %}

{% else %} {% include 'objects/object.html' %} {% endif %}