{% extends "base.html" %} {% load i18n account %} {% block extracss %} {% endblock %} {% block extra_menu %} {% include "entity/menu.html" %} {% endblock %} {% block content %}

{% trans "Team permissions" %}

{{ entity }}

{% if entity.owner %}

Owned by {% safefullname entity.owner %}

{% endif %}

{% trans "Don't find your colleague?" %}

{% trans "Invite him to peer!" %}
{% endblock %} {% block extrajs %} {% endblock %}