{% extends 'generic/object.html' %} {% load humanize %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
Route Map Entry
Route Map {{ object.route_map|linkify }}
Action {{ object.action }}
Sequence {{ object.sequence }}
Flow Control (Continue) {{ object.flow_control }}
{% include 'netbox_routing/inc/routemapentry_custom.html' %} {% plugin_left_page object %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}