{% load widget_tweaks %}
{% if help_text %}
{{ help_text }}
{% endif %}
{% for choice in input %}
{{ choice.tag }}
{% endfor %}