{% load seahub_tags group_avatar_tags i18n %} {% load url from future %}

{% trans "My Groups" %}

{% if user.permissions.can_add_group %} {% endif %} {% if joined_groups %} {% else %}

{% trans "You are not in any groups" %}

{% if user.permissions.can_add_group %}

{% blocktrans %}Group is a place for you and your friends leaving messages and collaborating on libraries. You can create a group by clicking "New Group" button.{% endblocktrans %}

{% else %}

{% trans "Group is a place for you and your friends leaving messages and collaborating on libraries. Groups you join will be listed here." %}

{% endif %}
{% endif %} {% if user.permissions.can_add_group %}
{% csrf_token %}

{% trans "New Group" %}



{% endif %}