{% extends "cosinnus/base.html" %} {% load i18n static cosinnus_tags %} {% block page_title %}{% if group_type == 1 %}{% trans "Groups" %}{% else %}{% trans "Projects" %}{% endif %}{% endblock %} {% block leftnav %} {% if group_type == 1 %} {% include "cosinnus/group/leftnav_all_groups.html" with current_page="grouplist__society" %} {% else %} {% include "cosinnus/group/leftnav_all_groups.html" with current_page="grouplist" %} {% endif %} {% endblock leftnav %} {% block breadcrumb %} {{ block.super }}
  • {% trans "Map" %}
  • {% endblock %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% block content %}
    {% endblock %}