{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% block content_left_page %}
Metadata Type
Name {{ object.name }}
Description {{ object.description|placeholder }}
Data Type {{ object.get_data_type_display }}
{% if object.choices.exists %}
Choices
{% for choice in object.choices.all %} {% endfor %}
Value Weight
{{ choice.value }} {{ choice.weight }}
{% endif %} {% endblock content_left_page %} {% block content_right_page %}
Assignment
Content Types
    {% for ct in object.content_types.all %}
  • {{ ct }}
  • {% endfor %}
{% endblock content_right_page %}