{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Role
Name {{ object.name }}
Description {{ object.description|placeholder }}
Weight {{ object.weight }}
Prefixes {{ prefixes_table.rows|length }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Prefixes
{% include 'inc/table.html' with table=prefixes_table %}
{% if perms.ipam.add_prefix %} {% endif %}
{% include 'inc/paginator.html' with paginator=prefixes_table.paginator page=prefixes_table.page %} {% plugin_full_width_page object %}
{% endblock %}