{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% block content %}
Connection
Name {{ object.name }}
Template {% if object.connection_template %} {{ object.connection_template }} {% else %} None {% endif %}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Device Configuration Sync Status
{% if device_config_sync_status_table %} {% render_table device_config_sync_status_table %} {% else %}
No device configuration sync status entries found for this connection.
{% endif %}
{% endblock content %} {% block javascript %} {% endblock javascript %}