{% extends "./base_site.html" %} {% load i18n static %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}{{ block.super }} dashboard{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Enregistrements de documents

{% if documents %} {% else %}

No documents.

{% endif %}
 
{% csrf_token %}

{{ form.non_field_errors }}

{{ form.docfile.label_tag }} {{ form.docfile.help_text }}

{{ form.docfile.errors }} {{ form.docfile }}

{% endblock %}