{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
Status
Name {{ object.name }}
Slug {{ object.slug }}
Content Type(s) {% for ct in content_types %} {{ ct }}
{% endfor %}
Color  
Description {{ object.description|placeholder }}
{% endblock content_left_page %}