{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
| Content Type | {{ object.content_type }} |
| Label | {{ object.label }} |
| Slug | {{ object.slug }} |
| Description | {{ object.description|placeholder }} |
| Fallback Value | {{ object.fallback_value }} |
| Weight | {{ object.weight }} |
| Move to Advanced Tab | {{ object.advanced_ui | render_boolean }} |
{{ object.template }}