{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block content %}
{% trans "Name" %} | {{ object.name }} |
---|---|
{% trans "Description" %} | {{ object.description|placeholder }} |
{% trans "Color" %} | |
{% trans "Tagged Items" %} | {{ taggeditem_table.rows|length }} |
{{ ct }} |
{% trans "Any" %} |
{{ object_type.content_type.name|bettertitle }} | {% with viewname=object_type.content_type.model_class|validated_viewname:"list" %} {% if viewname %} {{ object_type.item_count }} {% else %} {{ object_type.item_count }} {% endif %} {% endwith %} |