{% load i18n %}

{% trans "Tips" %}

{% if user.permissions.can_add_group %}

{% trans "After creating a group, you can add members and share libraries into it." %}

{% else %}

{% trans "Since you are a guest user now, you can not create groups." %}

{% endif %}