{% extends "custom_page/gallery/base.html" %} {% load flatblock_tags %} {% load thumbnail %} {% block title %}{{ block.super }}{% endblock %} {% block content_title %}GALLERY LIST{% endblock %} {%block head%}GALLERY LIST{%endblock%} {% block content %}
Albums:
{% for child_gallery in gallery.event.imagegallery_set.all %}
{{ gallery.name }}{% if not forloop.last %}, {% endif %}
{% endfor %}