{%load attr%}
| Aggregators | {% for metric in metrics %}{% endfor %} |
|---|---|
| {% for value in row.values %} | {{ value }} | {% endfor %}
| {{ time }} | {% endfor %}
| Ticket | {% for metric in metrics %}{% endfor %} |
|---|---|
| {% for cell in row.metrics %} |
{{ cell.value }}
{% if cell.comment %}
Comment: {{ cell.comment | safe }} {% endif %} |
{% endfor %}