{% extends "incubator/base.html" %} {% load static %} {% block content %}
{% for item in items %} {% if item.cycle %} {% if item.cycle.period > 0 %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
{{ item.location.name }}{{ item.cycle.name }} {% if item.active %} {% else %} {% endif %} {{ item.current_day|add:1 }} день
{% csrf_token %}
{% endblock content %}