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

Please confirm that you would like to delete the following ROA Request. The table to the right indicates how validation status for matching routes may change.

Prefix {{ object.prefixes.all.0.as_roa_prefix }}
Max Length {{ object.prefixes.all.0.max_prefixlen }}
AS {{ object.asn }}
{% csrf_token %} Cancel

Matching Routes

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