You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
467 B
HTML
12 lines
467 B
HTML
{% extends "container.html" %}
|
|
{% block corps %}
|
|
<div class="container marketing" style="margin-top: 50px;">
|
|
{% for item in infos %}
|
|
<h1>{{item.date}}{% if place != 'NS' %}
|
|
— {{place}} {% endif %}</h1>
|
|
<h2>{{item.filename}}</h2>
|
|
<p>{{item.analysis}}.</p>
|
|
<p>{{state}}, {{diplo}}, {{arch}}, {{doc}}, {{item.ref_acte}}.</p>
|
|
{% endfor %}
|
|
</div><!-- /.container -->
|
|
{% endblock %} |