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

Valid until {{ object.valid_until }}

Addresses {% if object.address_ranges.all %} {% else %}

none

{% endif %}
ASNs {% if object.asns.all %} {% else %}

none

{% endif %}
{% block action %} Edit AS Prefix Export Delete {% endblock %} {% endblock %}