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