{% extends "base.html" %} {% load i18n %} {% load bootstrap3 %} {% block head_title %}{% if setting %}{% trans "Édition de la configuration cantonale annuelle" %}{% else %}{% trans "Nouvelle configuration cantonale annuelle" %}{% endif %}{% endblock %} {% block bootstrap3_extra_head %} {{ form.media.css }} {% endblock %} {% block bootstrap3_extra_script %} {{ form.media.js }} {% include 'snippets/datetimepicker_js.html' %} {% endblock %} {% block content %}