{% extends "base.html" %} {% block content %}

Advertised Routes

Add Route
{% if show_add %}
{% endif %}
{% for route in routes %} {% endfor %}
CIDRInterfaceAddedAuto-detectedActions
{{ route.cidr }}{{ route.interface }}{{ route.added }}{% if route.auto_detected %}Locked{% else %}No{% endif %} {% if confirm_delete == route.id %}
{% if route.auto_detected %}This is your primary subnet. {% endif %}Are you sure?
{% else %} Remove {% endif %}
{% endblock %}