{% extends 'generic/object.html' %} {% load humanize %} {% load helpers %} {% load plugins %} {% block content %}
| VRF | {% if object.vrf %} {{ object.vrf }} {% else %} Global {% endif %} |
|---|---|
| Prefix | {{ object.prefix }} |
| Next Hop | {{ object.next_hop }} |
| Name | {{ object.name|placeholder }} |
| Metric | {{ object.metric }} |
| Permanent | {{ object.permanent }} |