{{ index }} {{ name }}{% if field.required %}{% endif %} {% if constraints %}
    {% for key, value in constraints.items %}
  1. {{ key }}:{{ value }}
  2. {% endfor %}
{% endif %} {% if choices %}
    {% for key, value in choices %}
  1. {{ key }}{{ value }}
  2. {% endfor %}
{% endif %} {{ field.help_text }}