{% extends 'IcapDropzoneBundle:Correction:correct.html.twig' %} {% form_theme form 'IcapDropzoneBundle::form_theme_correct_criteria.html.twig' %} {% block dropzone_correct_content %}
{% if state is defined and state =='preview' %} {{ 'Note assigned depends on the following criteria'|trans({}, 'icap_dropzone') }} {% else %} {{ 'Note that you will assign depends on the following criteria'|trans({}, 'icap_dropzone') }} {% endif %}