{% extends "hdabo_base.html" %} {% load static %} {% block title %}HDA - BO : Fiches pour {{ orga_name }}{% endblock %} {% block js_import %} {{block.super}} {% endblock %} {% block js_declaration %} {{block.super}} {% if valid != "2" %} {% endif %} {% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block css_declaration %} {{block.super}} {% endblock %} {% block content %} {{block.super}}

Fiche(s) {% if valid == "1" %}validées{% else %}{% if valid != "2" %}non validées{% endif %}{% endif %} pour l'organisation {{ orga_name }} : {{nb_sheets}} fiche(s)

{% if valid != "2" %}

<<   <   {{displayed_index}}/{{nb_sheets}}   >   >>

{% endif %} {% for ds in datasheets %} {% endfor %}
{% include "partial/one_sheet.html" %}
{% if valid != "2" %}

<<   <   {{displayed_index}}/{{nb_sheets}}   >   >>

{% endif %} {% endblock %}