{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • Tags
  • {{ object }}
  • {% endblock %} {% block content %}
    Tag
    Name {{ object.name }}
    Description {{ object.description|placeholder }}
    Color  
    Tagged Items {{ taggeditem_table.rows|length }}
    {% plugin_left_page object %}
    {% plugin_right_page object %}
    Device Types
    {% include 'inc/table.html' with table=taggeditem_table %}
    {% include 'inc/paginator.html' with paginator=taggeditem_table.paginator page=taggeditem_table.page %} {% plugin_full_width_page object %}
    {% endblock %}