{% load i18n staticfiles %} {% load url from future %} Polytechnique.net - {% block title %}{% trans "Groups" %}{% endblock %} {% block css %}{% endblock %} {% block body %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% block full-content %} {# To use when the sidebar is not needed #}
{% block content %} {% endblock %}
{% endblock %}
{% endblock body %} {% block js %} {% endblock %}