{% trans "Name" %} |
{{ object.name }} |
Type |
{{ object.get_type_display }}
{% if object.related_object_type %}
({{ object.related_object_type.model|bettertitle }})
{% endif %}
|
{% trans "Label" %} |
{{ object.label|placeholder }} |
{% trans "Group Name" %} |
{{ object.group_name|placeholder }} |
{% trans "Description" %} |
{{ object.description|markdown|placeholder }} |
{% trans "Required" %} |
{% checkmark object.required %} |
{% trans "Must be Unique" %} |
{% checkmark object.unique %} |
{% trans "Cloneable" %} |
{% checkmark object.is_cloneable %} |
{% if object.choice_set %}
{% trans "Choice Set" %} |
{{ object.choice_set|linkify }} ({{ object.choice_set.choices|length }} choices) |
{% endif %}
{% trans "Default Value" %} |
{{ object.default }} |
{% trans "Related object filter" %} |
{% if object.related_object_filter %}
{{ object.related_object_filter|json }} |
{% else %}
{{ ''|placeholder }} |
{% endif %}