{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block header %}
| Name | {{ object.name }} |
| Slug | {{ object.slug }} |
| Content type(s) |
{% for ct in content_types %}
{{ ct }} {% endfor %} |
| Color | |
| Description | {{ object.description|placeholder }} |