{% extends 'base.html' %} {% block content %}

{{ t('gallery') }}

{% if images %} {% else %}

{{ t('gallery_empty') }}

{% endif %}
{% endblock %}