{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% block content %}
{% trans "Label" %}
{% trans "Type" %}{{ object.type_display }}
{% trans "Name" %}{{ object.name }}
{% trans "Display" %}{{ object.display }}
{% trans "Color" %} {{ object.color }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}