{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
ISIS Config
Device {{ object.device }}
Router ID {% if object.router_id %} {{ object.router_id }} {% else %} {{ ''|placeholder }} {% endif %}
NET {{ object.net|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% include 'inc/panels/custom_fields.html' %}
{% endblock %}