{% extends "base.html" %} {% load i18n thumbnail placeholder_tags %} {% load url from future %} {% block main %} {% for gallery in object_list %}
{% if gallery.get_folder_images.all %} {% endif %}

{{ gallery.title }}

{% if gallery.date %}{{ gallery.date|date }}, {% endif %}{{ gallery.location }}
{% endfor %} {% endblock %}