{% if error_table_content %}

Errors

{% for error in error_table_content %} {% endfor %}
{{ error.description }}

{% endif %}