{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • Roles
  • {{ object }}
  • {% endblock %} {% block content %}
    Role
    Name {{ object.name }}
    Description {{ object.description|placeholder }}
    Weight {{ object.weight }}
    Prefixes {{ prefixes_table.rows|length }}
    {% plugin_left_page object %}
    {% include 'inc/custom_fields_panel.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 %}