{%load attr%} Табула/Графики про релизы
{% include "index/header.html" %}

Релизы: статистика


Релизы: таблица     Релизы: bar-chart     Релизы: pie-chart     Справка


{% for time, color in colors_table %} {% endfor %}
{{ time }}

Статистика текущих открытых релизов

{% for name in column_names %} {% endfor %} {% for ticket in data %} {% for row in ticket.metrics %} {% if forloop.counter0 != 0 %} {% endif %} {% for el in row %} {% endfor %} {% endfor %} {% endfor %}
{{ name }}
{{ ticket.ticket_name }} (таймлайн)
"{{ ticket.ticket_summary }}"
{{ ticket.ticket_closed_time }}
{{ row.0.metric }} {% if row.0.not_finished %} {% endif %} {{ el.value }} {% if el.comment %}

Comment: {{ el.comment | safe }} {% endif %}
{% include "statistics/reviewcomment_modal.html" %}