{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% block content %}
{% trans "SGT" %}
{% trans "Name" %}{{ object.name }}
{% trans "Tag" %}{{ object.tag|placeholder }}
{% 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 %}