diff -r 73f19fa4f997 -r 8f77cf71ab02 src/hdalab/templates/notice.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/hdalab/templates/notice.html Tue Jun 17 10:25:33 2014 +0200 @@ -0,0 +1,54 @@ +{% extends "base.html" %} + +{% block title %}{{block.super}} > {{datasheet.title}}{% endblock %} + +{% block css_import %} +{{block.super}} + +{% endblock %} + +{% block js_import %} +{{block.super}} + + +{% endblock %} + +{% block main_content %} +
+

{{datasheet.title}}

+

{{datasheet.organisation.name}}

+ +

{{datasheet.description}}

+ +
+ +
+ +
+

Mots-clés

+ +
+
+ + + +{% endblock %} \ No newline at end of file