Liste des documents
-
{% for doc in object_list %}
{% if doc.published %}
- {{doc}} {% else %}
- {{doc}} (en travail) {% endif %} {% empty %}
- Aucun document disponible {% endfor %}
{% extends "./base_site.html" %} {% load i18n static %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}{{ block.super }}{% endblock %} {% block content %}