{% extends "base.html" %} {% set card_title = card.title or (_("Carte #%(id)s", id=card.id)) %} {% block title %}{{ card_title }} - {{ _("Cartes postales") }}{% endblock %} {% block content %}
{% if back_url %} ← {{ back_label or _("Retour") }} {% else %} ← {{ _("Retour au diaporama") }} {% endif %}
{{ _( {{ _(
{{ _(

{{ card_title }}

{% if card.title2 %}

{{ card.title2 }}

{% endif %} {% if card.description %}

{{ card.description }}

{% endif %} {% if card.collections %}
{% for c in card.collections %} {{ c }} {% endfor %}
{% endif %} {% if card.coord and card.coord[0] is not none and card.coord[1] is not none %} {% set lat = card.coord[0] %} {% set lon = card.coord[1] %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}