{% extends '_base.html' %} {% load helpers %} {% load form_helpers %} {% block breadcrumb %} {% endblock %} {% block content %} {% for ixp, connections in missing_ixps.items %}

{{ ixp.ix.name }}

{% for connection in connections %}
{% endfor %}
{% endfor %}
{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}
Cancel
{% endblock %}