initial commit : template acte
parent
b30b8a87d8
commit
5e3bd7257b
@ -0,0 +1,11 @@
|
|||||||
|
{% extends "container.html" %}
|
||||||
|
{% block corps %}
|
||||||
|
<div class="container marketing" style="margin-top: 50px;">
|
||||||
|
{% for item in infos %}
|
||||||
|
<h1>{{item.numb_acte}}</h1>
|
||||||
|
<h2>{{item.date}}. — {{item.prod_place_acte}}</h2>
|
||||||
|
<p>{{item.analysis}}</p>
|
||||||
|
<p>{{item.diplo_type_acte}}, {{item.state_doc}}. {{item.doc_acte}}, {{item.ref_acte}}</p>
|
||||||
|
{% endfor %}
|
||||||
|
</div><!-- /.container -->
|
||||||
|
{% endblock %}
|
||||||
Loading…
Reference in New Issue