| Name | +{{ object.name }} | +
|---|---|
| Label | +{{ object.label|placeholder }} | +
| Type | +{{ object.get_type_display }} | +
| Description | +{{ object.description|placeholder }} | +
| Required | ++ {% if object.required %} + + {% else %} + + {% endif %} + | +
| Weight | +{{ object.weight }} | +
| Default Value | +{{ object.default }} | +
|---|---|
| Choices | +{{ object.choices|placeholder }} | +
| Filter Logic | +{{ object.get_filter_logic_display }} | +
| {{ ct }} | +
| Minimum Value | +{{ object.validation_minimum|placeholder }} | +
|---|---|
| Maximum Value | +{{ object.validation_maximum|placeholder }} | +
| Regular Expression | +
+ {% if object.validation_regex %}
+ {{ object.validation_regex }}
+ {% else %}
+ —
+ {% endif %}
+ |
+