{% extends '_base.html' %} {% load helpers %} {% load form_helpers %} {% block content %}
Field | Required | Description |
---|---|---|
{{ name }} |
{% if field.required %}{% endif %} |
{{ field.help_text|default:field.label }}
{% if field.choices %}
Choices: {{ field|example_choices }} {% elif field|widget_type == 'dateinput' %} Format: YYYY-MM-DD {% elif field|widget_type == 'checkboxinput' %} Specify "true" or "false" {% endif %} |