{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • Tags
  • {{ object }}
  • {% endblock %} {% 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 %}
    {% include 'inc/paginator.html' with paginator=taggeditem_table.paginator page=taggeditem_table.page %}
    {% plugin_full_width_page object %} {% endblock %}