{% 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 %}
{% if object_list|length > 1 %} {% for gallery in galleries|slice:'1:' %}
{% endfor %} {% endif %} {% endblock %}