Name |
{{ object.name }} |
Label |
{{ object.label|placeholder }} |
Group Name |
{{ object.group_name|placeholder }} |
Type |
{{ object.get_type_display }}
{% if object.object_type %}({{ object.object_type.model|bettertitle }}){% endif %}
|
Description |
{{ object.description|placeholder }} |
Required |
{% checkmark object.required %} |
Search Weight |
{% if object.search_weight %}
{{ object.search_weight }}
{% else %}
Disabled
{% endif %}
|
Filter Logic |
{{ object.get_filter_logic_display }} |
Display Weight |
{{ object.weight }} |
UI Visibility |
{{ object.get_ui_visibility_display }} |
Cloneable |
{% checkmark object.is_cloneable %} |