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

{{ t('gallery') }}

{% if images %} {% else %}

Noch keine Bilder vorhanden.

{% endif %}
{% endblock %}