{% extends "../core/setup.html" %} {% load i18n %} {% load static %} {% load render_kakebo %} {% block style %} {% endblock style %} {% block content %} Go to calendar Previous week Next week Go to report {% csrf_token %} {% for val in cell_ %} {{ val }} {% endfor %} {% trans 'Week releases' %} {% for value in list_tr %} {% render_table value.0 value.1 value.2 key_kakebo disabled %} {% white_space_table %} {% endfor %} {% render_table_total totals_days total_week %} {% endblock content %}