{% extends "app/app_base.html" %} {% load url from future %} {% block content %}

Confirm ROA Request

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

AS Prefix Max Length
{{ asn }} {{ prefix }} {{ max_prefixlen }}
{% csrf_token %} {% include "app/bootstrap_form.html" %}

Matched Routes

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