{% extends "app/app_base.html" %} {% load app_extras %} {% load bootstrap_pager %} {# template for displaying the list of ROAs covering a specific route #} {% block content %}
PrefixASValidity
{{ object.as_resource_range }} {{ object.asn }} {% validity_label object.status %}

The table below lists all ROAs which cover the route described above. {% for pfx in roa_prefixes %} {% for roa in pfx.roas.all %} {% endfor %} {% endfor %}
Prefix Max Length ASN Expires URI
{{ pfx.as_resource_range }} {{ pfx.max_length }} {{ roa.asid }} {{ roa.not_after }} {{ roa.repo.uri }}
{% bootstrap_pager request roa_prefixes %}

{% endblock %}