{% if errors %}

{{ lede or "There was a problem with your answer to:"}}

{% if description %}

{{ description }}

{% endif %} {% for error in errors.values() %} {{ error.question|striptags }} {% endfor %}
{% endif %}