diff -r 5e5f250be34d -r b5204be88f8e web/hdabo/templates/partial/list_for_orga.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/hdabo/templates/partial/list_for_orga.html Tue May 31 11:49:24 2011 +0200 @@ -0,0 +1,32 @@ +{% extends "hdabo_base.html" %} + {% block title %}HDA - BO : Fiches pour {{ orga_name }}{% endblock %} + + {% block content %} + {{block.super}} +

Fiche(s) pour l'organisation {{ orga_name }} : {{nb_sheets}} fiche(s) ({{valid}}/{{start_index}})

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