{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
Static Route
Device {{ object.device }}
VRF {% if object.vrf %} {{ object.vrf }} {% else %} {{ ''|placeholder }} {% endif %}
Subnet {{ object.subnet }}
Next Hop IP {{ object.next_hop_ip }}
Next Hop Interface {% if object.next_hop_int %} {{ object.next_hop_int }} {% else %} {{ ''|placeholder }} {% endif %}
BFD Config {% if object.bfd_config %} {{ object.bfd_config }} {% else %} {{ ''|placeholder }} {% endif %}
Description {{ object.description|placeholder }}
Administrative Distance {{ object.administrative_distance|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% include 'inc/panels/custom_fields.html' %}
{% endblock %}