{% extends "generic/object_retrieve.html" %} {% block content_full_width_page %}
Routes {{ routes_count|default:0 }}
{% if routes_table %} {% include "inc/table.html" with table=routes_table %} {% else %}
No routes associated with this routing table.
{% endif %}
{% endblock %}