{% extends "admin_base.html" %} {% load i18n %} {% block nav_seafadmin_class %}class="cur"{% endblock %} {% block title_panel %}
{% endblock %} {% block main_panel %} {% if repos %} {% include "sysadmin/repoadmin_table.html" %}
{% if current_page != 1 %} {% trans "Previous" %} {% endif %} {% if page_next %} {% trans "Next" %} {% endif %} {% if current_page != 1 or page_next %} | {% endif %} {% trans "Per page: " %} {% if per_page == 25 %} 25 {% else %} 25 {% endif %} {% if per_page == 50 %} 50 {% else %} 50 {% endif %} {% if per_page == 100 %} 100 {% else %} 100 {% endif %}
{% else %}

{% trans "None" %}

{% endif %} {% include "sysadmin/repo_transfer_form.html" %} {% endblock %} {% block extra_script %} {% endblock %}