{% extends "chimere/base.html" %} {% load i18n adminmedia chimere_tags inline_formset %} {% block extra_head %} {{ form.media }} {{ block.super }} {% head_chimere %} {% if dated %} {% endif %} {% endblock %} {% block content %} {{ block.super }} {% if submited %}{% submited %}{% endif %} {% if error_message %}
{{ error_message }}
{% endif %} {% endblock %}