{% extends 'generic/object.html' %} {% block content %}
| 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 %} |