{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Tag
Name {{ object.name }}
Slug {{ object.slug }}
Tagged Items {{ items_count }}
Color  
Description {{ object.description|placeholder }}
{% include 'inc/panel_table.html' with table=items_table heading='Tagged Objects' %} {% include 'inc/paginator.html' with paginator=items_table.paginator page=items_table.page %}
{% plugin_full_width_page object %} {% endblock %}