{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
Role
Description {{ object.description|placeholder }}
Weight {{ object.weight }}
Prefixes {{ prefix_table.rows|length }}
VLANs {{ vlan_table.rows|length }}
{% endblock content_left_page %} {% block content_full_width_page %}
Prefixes
{% include 'inc/table.html' with table=prefix_table %} {% if perms.ipam.add_prefix %} {% endif %}
VLANs
{% include 'inc/table.html' with table=vlan_table %} {% if perms.ipam.add_vlan %} {% endif %}
{% include 'inc/paginator.html' with paginator=vlan_table.paginator page=vlan_table.page %}
{% endblock content_full_width_page %}