{# #} {# #} {% for user in pager.currentPageResults %} {% set needCorrection = 0 %} {% set unlockedUser = 0 %} {% if attribute(usersAndCorrectionCount, user.id).drop_isUnlocked == 1 %} {% set unlockedUser = 1 %} {% endif %} {% if attribute(usersAndCorrectionCount, user.id).correction_finishedCount < dropzone.expectedTotalCorrection %} {% set needCorrection = 1 %} {% endif %} {# #} {% endfor %}
{{'user'|trans({},'icap_dropzone')}}{{'has a drop'|trans({}, 'icap_dropzone') }}{{'Started Corrections'|trans({}, 'icap_dropzone') }} {{'Complete Corrections'|trans({}, 'icap_dropzone') }}
{{ 'number of Report'|trans({},'icap_dropzone') }}
{{ 'was reported'|trans({},'icap_dropzone') }}
{{'tools'|trans({},'icap_dropzone')}}
{{ user.lastName|upper }} {{ user.firstName|capitalize }} {{ attribute(usersAndCorrectionCount, user.id).correction_count }} {{ attribute(usersAndCorrectionCount, user.id).correction_finishedCount }} / {{ dropzone.expectedTotalCorrection }} {% if attribute(usersAndCorrectionCount, user.id).drop_isUnlocked == 0 %} {% if needCorrection == 1 %}   {{ 'unlock user'|trans({},'icap_dropzone') }} {% endif %} {% else %} {# #} {% endif %} {{ attribute(usersAndCorrectionCount, user.id).correction_reportCount }} / {{ attribute(usersAndCorrectionCount, user.id).correction_count }} {{ attribute(usersAndCorrectionCount, user.id).correction_deniedCount }} / {{ attribute(usersAndCorrectionCount, user.id).correction_count }}