{% load base widget_tweaks %} {{ input }}
{{ input.value|default:""|safe }}
{% for error in input.errors %}
{{ error|escape }}
{% endfor %}