{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans 'Select a routing template to apply to the peer' %} {{ current_peer }}.
{% if current_template %}| {% trans 'Template Name' %} | {% trans 'Type' %} | {% trans 'Actions' %} |
|---|---|---|
| {{ template.name }} | {{ template.get_route_type_display }} | {% if template != current_template %} {% else %} {% endif %} |
| {% trans 'No routing templates available for this interface.' %} | ||