{% extends "authentic2_pratic/sidebar.html" %}
{% load i18n staticfiles django_tables2 %}
{% block page_title %}
{% comment %}
Only show link for super-admins, collectivity's admins just go back to the homepag
{% endcomment %}
{% if user.is_superuser %}
{{ collectivity }}
{% endif %}
{% endblock %}