{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% block extra_buttons %} {% if perms.dcim.change_interfaceredundancygroup %}
Add Interface
{% endif %} {% endblock extra_buttons %} {% block content_left_page %}
Interface Redundancy Group
Status {{ object.get_status_display }}
Description {{ object.description | placeholder }}
Virtual IP {{ object.virtual_ip | hyperlinked_object }}
Redundancy Protocol {{ object.protocol | upper | placeholder }}
Protocol Group ID {{ object.protocol_group_id | placeholder }}
Secrets Group {{ object.secrets_group|hyperlinked_object }}
{% endblock content_left_page %} {% block content_full_width_page %}
Interfaces
{% include 'responsive_table.html' with table=interface_table %}
{% endblock content_full_width_page %}