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

{% 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 %}