{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {% endblock %} {% block content %}
Inventory Item Role
Name {{ object.name }}
Description {{ object.description|placeholder }}
Color  
Inventory Items {{ inventoryitem_count }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}