{% extends 'base.html.twig' %} {% block title %} FIELD OCCURRENCE {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock stylesheets %} {% block breadcrumbs %}
{% endblock %} {% block body %}
List field occurrence
{% if file is not null %} Download result{% endif %}
{% for item in data %} {% endfor %}
Field Error occurrence Error IDs
{{ item.field }} {{ item.nbErrorOccurrences }} {% for errorIdsList in item.errorIds %} {% for errorId in errorIdsList %} {{ errorId }} , {% endfor %} {% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}