{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Slug" %} | {{ object.slug }} |
| {% trans "Color" %} | {{ object.color }} |
| {% trans "Icon" %} | {{ object.icon }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |