{% extends "base.html" %} {% load i18n %} {% load bootstrap3 %} {% load dv_filters %} {% block head_title %}{% with canton=mcv.canton|canton_abbr:False monthyear=mcv.date|date:'F Y' %}{% blocktrans %}{{ canton }}: Validation pour {{ monthyear }}{% endblocktrans %}{% endwith %}{% endblock %} {% block bootstrap3_extra_head %} {{ form.media.css }} {% endblock %} {% block content %}

{% with canton=mcv.canton|canton_abbr:False monthyear=mcv.date|date:'F Y' %}{% blocktrans %}{{ canton }}: Validation pour {{ monthyear }}{% endblocktrans %}{% endwith %}

{% csrf_token %} {% for field in form %} {% if field.name != 'validated' %} {% bootstrap_field field layout='horizontal' size='small' %} {% endif %} {% endfor %}
{% trans "N’oubliez pas de valider vos factures d’établissement" %}
{% bootstrap_field form.validated layout='horizontal' size='small' %} {% buttons %} {% trans "Annuler" %} {% endbuttons %}
{% endblock %} {% block bootstrap3_extra_script %} {{ form.media.js }} {% endblock %}