# HG changeset patch # User cavaliet # Date 1309970043 -7200 # Node ID 03698c739b1da7cf4b69a2cea356efdfef20f72a # Parent 953ee4c9c7c3417f4fb72561777d691688143c5e #8 : Better url management with datasheet id and context in parameter. #13 : Recherche la liste de fiches concernées par un tag. diff -r 953ee4c9c7c3 -r 03698c739b1d web/hdabo/templates/generic_sheet.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/hdabo/templates/generic_sheet.html Wed Jul 06 18:34:03 2011 +0200 @@ -0,0 +1,80 @@ +{% extends "hdabo_base.html" %} + {% 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 %}validées{% else %}non validées{% endif %} + pour l'organisation {{ orga_name }} : {{nb_sheets}} fiche(s)
+ +| + {% include "partial/one_sheet.html" %} + |