{% call dictionary_field(_('Choices')) %} {% set choices = column_type.choices() %} {% if choices is mapping %} {% endif %} {% for c in choices %} {% if choices is mapping %} {% endif %} {% endfor %}
{{ _('Code') }}{{ _('Description') }}
{{ c }}{{ choices[c] }}
{% endcall %}