{% extends "base.html" %} {% set active_page = 'groups' %} {% block title %}Home{% endblock %} {% block content %}

Groups

{# {% if groups %}#} {#

#} {# Click on a group to see the users#} {#

#} {#
#} {# {% else %}#} {#
#} {# {% if show_create %}#} {#
#} {#
No groups visible for you, create#} {# your#} {# own ones.
#} {#
#} {# {% else %}#} {#
#} {#
No groups visible for you, in case you would like to create one, please contact your support.
#} {#
#} {# {% endif %}#} {#
#} {# {% endif %}#} {# {% if show_create %}#} {#
#} {# add#} {#
#} {# {% endif %}#}
{% endblock %}