{% 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}}

{% if tag %} Fiche(s) concernées par le tag {{ tag.label }} {% else %} Fiche(s) {% if valid %}validées{% else %}non validées{% endif %} pour l'organisation {{ orga_name }} {% endif %} : {{nb_sheets}} fiche(s)

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

{% include "partial/one_sheet.html" %}

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

{% endblock %}