{% extends 'generic/object.html' %} {% block content %}
Static Route
Device {{ object.device }}
Prefix / Aggregate {% if object.target %} {{ object.target }} {% else %} None {% endif %}
Next-Hop {% if object.ip_address %} {{ object.ip_address }} {% else %} — {% endif %}
Discard route {{ object.discard|yesno:"Yes,No" }}
Communities {% for community in object.communities.all %} {{ community }}{% if not forloop.last %}, {% endif %} {% empty %} None {% endfor %}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}