{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}

{% trans "L3Out Static Route Next Hop" %}

{% trans "Name" %}{{ object.name|placeholder }}
{% trans "Alias" %}{{ object.name_alias|placeholder }}
{% trans "Static Route" %} {{ object.aci_static_route }}
{% trans "Next-hop address" %}{{ object.nexthop_address|placeholder }}
{% trans "Next-hop type" %}{{ object.get_nexthop_type_display }}
{% trans "Preference" %}{{ object.preference }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}