{% extends "base.html" %} {% load i18n %} {% load bootstrap3 %} {% load dv_filters %} {% block head_title %}{% blocktrans with year=year|date:'Y' %}Validations cantonales mensuelles pour {{ year }}{% endblocktrans %}{% endblock %} {% block content %}
{% trans "Canton" %} | {% for m_i, month in months.items %}{{ month }} | {% endfor %}
---|---|
{{ canton|canton_abbr:False }} | {% for month, status in statuses.items %}{% if status is not None %} {% for mcv in mcvs %} {% if mcv.canton == canton and mcv.date.month == month %} {% if mcv.validated %} {% include "ok.html" %} {% else %} {% endif %} {% endif %} {% endfor %} {% endif %} | {% endfor %}