{% import "macros.html" as macros %} {% extends 'one_column_body.html' %} {% block title %}{% trans %}Groups{% endtrans %}{% endblock %} {% block content %}

{% trans %}Groups{% endtrans %}

{% if can_edit %}

{% trans %}Tip: to create a new group - please go to some user profile and add the new group there. That user will be the first member of the group{% endtrans %}

{% endif %} {% endblock %}