{% extends 'garpixcms/base.html' %} {% block content %}
Проект | Итого за период | {% for date in dates %}{{ date|date:"d.m.Y" }} | {% endfor %}
---|---|---|
{% if forloop.counter > 2 %}
{% 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 %}
|
{% endfor %}