{% extends "myhome_base.html" %} {% load seahub_tags avatar_tags group_avatar_tags i18n %} {% load url from future %} {% block nav_pubinfo_class %}class="cur"{% endblock %} {% block left_panel %} {% include 'snippets/pubinfo.html' %} {% endblock %} {% block right_panel %}
{% if groups %} {% else %}

{% trans "No one has created any groups yet" %}

{% blocktrans %}You can click "Add Group" button under "Group" label to create a group. {% endblocktrans %}

{% endif %} {% endblock %}