{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Description | {{ object.description|markdown|placeholder }} |
| Base Choices | {{ object.get_base_choices_display|placeholder }} |
| Choices | {{ object.choices|length }} |
| Order Alphabetically | {% checkmark object.order_alphabetically %} |
| Used by |
|
| Value | Label |
|---|---|
| {{ value }} | {{ label }} |