{% blocktrans count errors|length as counter %}An Error was {% plural %}Errors were {% endblocktrans %} encountered while processing file provided.
-
{% for error in errors %}
- {{ error }} {% endfor %}
-
{%for action in actions_taken %}
- {{ action }} {% endfor %}