{% extends "repos/mirror_list.html" %} {% load common bootstrap3 %} {% block content %} {% gen_table page.object_list 'repos/mirror_edit_repo.html' %} {% if user.is_authenticated and perms.is_admin %} {% if link_form and create_form %}
{% csrf_token %} {% bootstrap_form link_form size='small' %}
{% csrf_token %} {% bootstrap_form create_form size='small' %}
{% endif %} {% endif %} {% endblock %}