publik-base-theme/templates/combo/json/rsa-presentation-courte.html

15 lines
434 B
HTML

{% if not json or json.err or not json.data.etatCivil %}
<h2>Vos informations sont temporairement indisponibles</h2>
<div>
<div class="pk-attention"><p>Vos informations sont temporairement indisponibles. Nous vous prions de nous en excuser et de revenir ultérieurement.</p></div>
</div>
{% else %}
{% with ec=json.data.etatCivil %}
<h2>{{ ec.genre }} {{ ec.prenom }} {{ ec.nom }}</h2>
{% endwith %}
{% endif %}