{% 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 users %}
{% if has_prev %} {% trans "Previous" %} {% endif %} {% for pr in page_range %} {% if pr == current_page %} {{ pr }} {% else %} {{ pr }} {% endif %} {% endfor %} {% if has_next %} {% trans "Next" %} {% endif %}






{% else %}

{% trans "None"%}

{% endif %} {% endblock %} {% block extra_script %} {% endblock %}