{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {# Omit assigned IP addresses from object representation #} {% block title %}{{ object.get_protocol_display }}: {{ object.group_id }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
| Protocol | {{ object.get_protocol_display }} | 
| Group ID | {{ object.group_id }} | 
| Description | {{ object.description|placeholder }} | 
| Members | {{ member_count }} | 
|---|
| Authentication Type | {{ object.get_auth_type_display|placeholder }} | 
| Authentication Key | {{ object.auth_key|placeholder }} |