{% extends "container.html" %} {% block corps %}

Résulat de la recherche

Résulat de la recherche sur "{{ search }}" :

{% for acte in actes %}

{{ acte['prince_name'] }}, {{ acte['date'] }}.

{% if acte['place'] != 'NS' %} {{ acte['place'] }} {% endif %} {{ acte['diplo_state'] }} {{ acte['diplo_type'] }}

{% endfor %} « Retour
{% endblock %}