{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
RPKI Route Origination Authorization (ROA)
Name {{ object.name }}
Origination AS Number {{ object.origin_as }}
Date Valid From {{ object.date_from }}
Date Valid To {{ object.date_to }}
Auto-renews {{ object.auto_renews }}
Signing Certificate {{ object.signed_by }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
ROA PrefiCes
{% render_table roaprefices_table %}
{% endblock content %}