{% extends "photologue/root.html" %} {% load static i18n %} {% block title %}{{ gallery.title }}{% endblock %} {% block extracss %} {% endblock %} {% block extrajs %} {% endblock %} {% block content %}
{% trans "Published" %} {{ gallery.date_added|date }}
{% if gallery.extended.tags.all %}Tags : {% for tag in gallery.extended.tags.all %} {{ tag }} {% endfor %}
{% endif %} {% if gallery.description %}{{ gallery.description|safe }}
{% endif %} {% trans 'Download all gallery' %} {% endblock %}