{% load forms %}

[[ {{ model }} ]]

{% if label %} {% endif %}
{% if multiple %} {% if multiple %}[[ $item ]]{% else %}[[ $select.selected ]]{% endif %}
{% else %} {% endif %} {% if required %} {{ required }} {% endif %} {% if help_text %}

{{ help_text }}

{% endif %} {% if help_template %}

More details about {{ label }}

{% endif %}
{% if other %} {% input model=model label=other_label show=other_show %} {% endif %}