{% extends "itsapp/base.html" %} {% block content %}

Group: {{ clan.name }}

{% if user.is_authenticated %}

Group's galleries

{% for gallery in group_galleries %} {% include "itsapp/gallery_item.html"%} {% endfor %}
{% endif %} {% endblock %}