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

My groups

{% for group in myclans %} {% include "itsapp/group_item.html"%} {% endfor %}

Shared groups

{% for group in sharedclans %} {% endfor %}
{% else %} login {% endif %} {% endblock %}