{{ 'Actions' | get_plugin_lang('SepePlugin') }}:
{% if new_specialty == "1" %}
{% else %}
{% endif %}
{% if message_info != "" %}
{{ message_info }}
{% endif %} {% if message_error != "" %}
{{ message_error }}
{% endif %}
{{ 'SpecialtiesParcipant' | get_plugin_lang('SepePlugin') | upper }}
{{ 'SpecialtyIdentifier' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'SpecialtyOrigin' | get_plugin_lang('SepePlugin') }}:
{{ 'ProfessionalArea' | get_plugin_lang('SepePlugin') }}:
{{ 'SpecialtyCode' | get_plugin_lang('SepePlugin') }}:
{{ 'RegistrationDate' | get_plugin_lang('SepePlugin') }}:
{% for i in 1..31 %}
{{ "%02d"|format(i) }}
{% endfor %}
/
{% for i in 1..12 %}
{{ "%02d"|format(i) }}
{% endfor %}
/
{% for i in list_year %} {% if year_registration == i %}
{{ i }}
{% else %}
{{ i }}
{% endif %} {% endfor %}
{{ 'RegistrationDateMessage' | get_plugin_lang('SepePlugin') }}
{{ 'LeavingDate' | get_plugin_lang('SepePlugin') }}:
{% for i in 1..31 %}
{{ "%02d"|format(i) }}
{% endfor %}
/
{% for i in 1..12 %}
{{ "%02d"|format(i) }}
{% endfor %}
/
{% for i in list_year %} {% if year_leaving == i %}
{{ i }}
{% else %}
{{ i }}
{% endif %} {% endfor %}
{{ 'LeavingDateMessage' | get_plugin_lang('SepePlugin') }}
{% if new_specialty == "1" %}
{{ 'ClassroomTutorials' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'ClassroomTutorialsMessage' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'ClassroomTutorials' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'CreateClassroomTutorial' | get_plugin_lang('SepePlugin') }}
{% for tutorial in listSpecialtyTutorials %}
{{ 'ClassroomTutorial' | get_plugin_lang('SepePlugin') }}:
{{ tutorial.center_origin }} {{ tutorial.center_code }}
{{ 'Delete' | get_plugin_lang('SepePlugin') }}
{{ 'Edit' | get_plugin_lang('SepePlugin') }}
{% endfor %} {% endif %}
{{ 'FinalEvaluation' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'FinalEvaluationClassroom' | get_plugin_lang('SepePlugin') | upper }}
{{ 'CenterOrigin' | get_plugin_lang('SepePlugin') }}:
{{ 'CenterCode' | get_plugin_lang('SepePlugin') }}:
{{ 'StartDate' | get_plugin_lang('SepePlugin') }}:
{% for i in 1..31 %}
{{ "%02d"|format(i) }}
{% endfor %}
/
{% for i in 1..12 %}
{{ "%02d"|format(i) }}
{% endfor %}
/
{% for i in list_year_2 %} {% if year_start == i %}
{{ i }}
{% else %}
{{ i }}
{% endif %} {% endfor %}
{{ 'StartDateMessageEvaluation' | get_plugin_lang('SepePlugin') }}
{{ 'EndDate' | get_plugin_lang('SepePlugin') }}:
{% for i in 1..31 %}
{{ "%02d"|format(i) }}
{% endfor %}
/
{% for i in 1..12 %}
{{ "%02d"|format(i) }}
{% endfor %}
/
{% for i in list_year_2 %} {% if year_end == i %}
{{ i }}
{% else %}
{{ i }}
{% endif %} {% endfor %}
{{ 'EndDateMessageEvaluation' | get_plugin_lang('SepePlugin') }}
{{ 'Results' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'FinalResult' | get_plugin_lang('SepePlugin') }}:
{% if info.final_result == "0" %}
{{ 'Initiated' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'Initiated' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.final_result == "1" %}
{{ 'LeavePlacement' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'LeavePlacement' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.final_result == "2" %}
{{ 'AbandonOtherReasons' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'AbandonOtherReasons' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.final_result == "3" %}
{{ 'EndsPositiveEvaluation' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'EndsPositiveEvaluation' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.final_result == "4" %}
{{ 'EndsNegativeEvaluation' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'EndsNegativeEvaluation' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.final_result == "5" %}
{{ 'EndsNoEvaluation' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'EndsNoEvaluation' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.final_result == "6" %}
{{ 'FreeEvaluation' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'FreeEvaluation' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.final_result == "7" %}
{{ 'Exempt' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'Exempt' | get_plugin_lang('SepePlugin') }}
{% endif %}
{{ 'FinalResultMessage' | get_plugin_lang('SepePlugin') }}
{{ 'FinalQualification' | get_plugin_lang('SepePlugin') }}:
{{ 'FinalQualificationMessage' | get_plugin_lang('SepePlugin') }}
{{ 'FinalScore' | get_plugin_lang('SepePlugin') }}:
{{ 'FinalScoreMessage' | get_plugin_lang('SepePlugin') }}