{% extends "cosinnus/base.html" %} {% load i18n thumbnail cosinnus_tags cosinnus_map_tags static %} {% block page_title %}{% if group_type == 1 %}{% trans "Groups" %}{% elif group_type == 0 %}{% trans "Projects" %}{% else %}{% trans "Invitations" %}{% endif %}{% endblock %} {% block extrahead %} {{ block.super }} {% if not hide_group_map %} {% include 'cosinnus/map/static_dependencies.html' %} {% endif %} {% endblock extrahead %} {% block leftnav %} {% if group_type == 1 %} {% include "cosinnus/group/leftnav_all_groups.html" with current_page="grouplist__society" %} {% elif group_type == 0 %} {% include "cosinnus/group/leftnav_all_groups.html" with current_page="grouplist" %} {% else %} {% include "cosinnus/group/leftnav_all_groups.html" with current_page="all" %} {% endif %} {% endblock leftnav %} {% block breadcrumb %} {{ block.super }} {% if filter_group %}