{% extends "base.html" %} {% block content %}
| CIDR | Interface | Added | Auto-detected | Actions |
|---|---|---|---|---|
| {{ route.cidr }} | {{ route.interface }} | {{ route.added }} | {% if route.auto_detected %}Locked{% else %}No{% endif %} | {% if confirm_delete == route.id %} {% else %} Remove {% endif %} |