From 656f4a1e0d359b873d40c9df6ab951fb90637d10 Mon Sep 17 00:00:00 2001 From: zarkam Date: Mon, 24 Jan 2011 21:12:14 +0100 Subject: proto template de resultat de recherche --- ishtar/templates/wizard_list_search_result.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ishtar/templates/wizard_list_search_result.html diff --git a/ishtar/templates/wizard_list_search_result.html b/ishtar/templates/wizard_list_search_result.html new file mode 100644 index 000000000..6cbafb930 --- /dev/null +++ b/ishtar/templates/wizard_list_search_result.html @@ -0,0 +1,25 @@ +{% extends "wizard_done.html" %} +{% load i18n %} +{% block content %} + +
+

{% trans {%trans "PLease note that the file must be processed before :"%} %} {% calculated_deadline %}

+ +

{% trans {%trans "Item successfully saved"%} %}

+

{% trans "You have saved the following informations:" %}

+ +

{% trans {%trans "The person in charge is : "%} %} {% responsible %}

+

{% trans {%trans "The internal reference of this file is :"%} %} {% Year %} - {% ref_index %} [{% ref_string %}]

+ + {% for form_label, form_data in datas %} + + + {% for label, data, cls in form_data %} + + {% endfor %} +
{{form_label}}
{{label}}{{data}}
+ {% endfor %} + +
+ +{% endblock %} -- cgit v1.2.3