{% extends "base.html" %} {% block title %}{{ 'brand'|t(lang) }}{% endblock %} {% block nav %} {% endblock %} {% block content %}

📮 {{ 'index.title'|t(lang) }}

{{ 'index.subtitle'|t(lang) }}

{% if postcards %}
{% for pc in postcards %}
{% if pc.image_front %} {% else %}
📷
{% endif %}
{{ pc.card_number }}
{{ pc.country|flag }} {{ pc.country or '' }} {% if pc.send_time %}{{ pc.send_time.strftime('%Y-%m-%d') }}{% endif %}
{% endfor %}
{% else %}

{{ 'index.empty'|t(lang) }}

{% endif %} {% endblock %}