{% extends "repos/mirror_list.html" %} {% load common paginator %} {% block content %}
{% if filter_bar %}

Filter

{{ filter_bar|safe }}
{% endif %} {% gen_table page.object_list repos/mirror_edit_repo.html %} {% pagination page request %} {% if user.is_authenticated %} {% if perms.is_admin %} {% if link_form and create_form %}

Actions

{% csrf_token %} {{ link_form }}
{{ create_form }}
{% endif %} {% endif %} {% endif %}
{% endblock %}