{% extends 'garpixcms/base.html' %} {% block content %}

{{ object.title }}

{% for date in dates %} {% endfor %} {% for row in data %} {% for col in row %} {% endfor %} {% endfor %}
ФИО{{ date|date:"d.m.Y" }}
{% if forloop.counter > 1 %} {% if col.value == 0 %}
{% include 'garpix_jira/include/worklog_table_cell.html' with cell=col %}
{% else %} {% if col.value > 6 %}
{% include 'garpix_jira/include/worklog_table_cell.html' with cell=col %}
{% else %}
{% include 'garpix_jira/include/worklog_table_cell.html' with cell=col %}
{% endif %} {% endif %} {% else %} {{ col }} {% endif %}
{% endblock %}