{% extends "base.html" %} {% load i18n %} {% block content %} {% for template in routing_templates %} {% endfor %}
{% trans 'Name' %} {% trans 'WireGuard Instance' %} {% trans 'Route Type' %} {% trans 'Default' %} {% trans 'Updated' %}
{{ template.name }} {{ template.wireguard_instance }} {{ template.get_route_type_display }} {% if template.default_template %} {% endif %} {{ template.updated|date:"SHORT_DATE_FORMAT" }}
{% trans 'Add Routing Template' %}
{% endblock %}