<dl>
    <dt>{{ name }}</dt>
    {% for error in error_list %}
        <dd>{{ error }}</dd>
    {% endfor %}
</dl>