{% extends "app/app_base.html" %} {% load app_extras %} {% block content %}

Confirm ROA Requests

Please confirm that you would like to create the following ROA(s). The accompanying table indicates how the validation status may change as a result.

{% for roa in roas %} {% endfor %}
Prefix Max Length AS
{{ roa.prefix }} {{ roa.max_prefixlen }} {{ roa.asn }}
{% csrf_token %} {{ formset.management_form }} {% for form in formset %} {% include "app/bootstrap_form.html" %} {% endfor %} Cancel

Matched Routes

{% for r in routes %} {% endfor %}
Prefix Origin AS Validation Status
{{ r.get_prefix_display }} {{ r.asn }} {% validity_label r.newstatus %}
{% endblock content %}