{{ 'created by a manager'|trans({}, 'dropzone') }}
{% if correction.editable is same as(true) %}
{{ ('yes')|trans({}, 'platform') }}
{% else %}
{{ ('no')|trans({}, 'platform') }}
{% endif %} {% if correction.valid is defined %}
{{ 'Invalidated'|trans({}, 'dropzone') }}
{% if correction.valid is same as(true) %}
{{ ('no')|trans({}, 'platform') }}
{% else %}
{{ ('yes')|trans({}, 'platform') }}
{% endif %} {% endif %} {% if correction.totalGrade is defined %}
{{ 'Total grade'|trans({}, 'dropzone') }}
{{ correction.totalGrade }}
{% endif %} {% if correction.comment is defined %}
{{ 'Comment'|trans({}, 'dropzone') }}
{{ correction.comment|raw }}
{% endif %} {% if correction.reporter is defined %}
{{ 'Reported'|trans({}, 'dropzone') }}
{% if correction.reporter is same as(true) %}
{{ ('yes')|trans({}, 'platform') }}
{% else %}
{{ ('no')|trans({}, 'platform') }}
{% endif %} {% endif %} {% if correction.reportComment is defined %}
{{ 'reportComment'|trans({}, 'dropzone') }}
{{ correction.reportComment|raw }}
{% endif %}
{% if correction.user is defined %} {% include '@ClarolineDropZone/log/log_details_user.html.twig' with {'user': correction.user} %} {% endif %}