{% if file_errors["TimestampNotFoundError"]|length > 0 %}
Unable to parse date on the following files:
{% for tnf in file_errors["TimestampNotFoundError"] %}
- {{ tnf }}
{% endfor %}
{% endif %} {% if file_errors["FileNotFoundError"]|length > 0 %}
Files not found:
{% for fnf in file_errors["FileNotFoundError"] %}
- {{ fnf }}
{% endfor %}
{% endif %}