{% extends "base.html" %} {% load i18n plmapp_tags %} {% block css %} {% endblock %} {% block content %} {% if is_contributor %}

{% trans "Click here to create another group." %}

{% endif %}

{% trans "You are in the following groups:" %}

{% for object in groups %} {% include "groups/identity_card.html" %} {% endfor %}
{% endblock %}