{{ 'Actions' | get_plugin_lang('SepePlugin') }}:
{% if new_tutor == "1" %}
{% else %}
{% endif %}
{% if message_info != "" %}
{{ message_info }}
{% endif %} {% if message_error != "" %}
{{ message_error }}
{% endif %} {% if new_tutor == "1" %}
{{ 'UseExistingTutor' | get_plugin_lang('SepePlugin') }}:
{{ 'UseExisting' | get_plugin_lang('SepePlugin') }}
{{ 'CreateNewTutor' | get_plugin_lang('SepePlugin') }}
{{ 'TutorsList' | get_plugin_lang('SepePlugin') }}
{{ 'Tutor' | get_plugin_lang('SepePlugin') }}:
{% for tutor in ExistingTutorsList %}
{{ tutor.data }}
{% endfor %}
{% else %}
{% endif %}
{{ 'TutorTrainer' | get_plugin_lang('SepePlugin') }}
{{ 'TutorIdentifier' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'DocumentType' | get_plugin_lang('SepePlugin') }}:
{% if info.document_type == "D" %}
{{ 'DocumentTypeD' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'DocumentTypeD' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.document_type == "E" %}
{{ 'DocumentTypeE' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'DocumentTypeE' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.document_type == "U" %}
{{ 'DocumentTypeU' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'DocumentTypeU' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.document_type == "G" %}
{{ 'DocumentTypeG' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'DocumentTypeG' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.document_type == "W" %}
{{ 'DocumentTypeW' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'DocumentTypeW' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.document_type == "H" %}
{{ 'DocumentTypeH' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'DocumentTypeH' | get_plugin_lang('SepePlugin') }}
{% endif %}
{{ 'DocumentNumber' | get_plugin_lang('SepePlugin') }}:
{{ 'DocumentLetter' | get_plugin_lang('SepePlugin') }}:
{{ 'DocumentFormatMessage' | get_plugin_lang('SepePlugin') }}
{{ 'TutorAccreditation' | get_plugin_lang('SepePlugin') }}:
{{ 'TutorAccreditationMessage' | get_plugin_lang('SepePlugin') }}
{{ 'ProfessionalExperience' | get_plugin_lang('SepePlugin') }}:
{{ 'ProfessionalExperienceMessage' | get_plugin_lang('SepePlugin') }}
{{ 'TeachingCompetence' | get_plugin_lang('SepePlugin') }}:
{% if info.teaching_competence == "01" %}
{{ 'TeachingCompetence01' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'TeachingCompetence01' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.teaching_competence == "02" %}
{{ 'TeachingCompetence02' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'TeachingCompetence02' | get_plugin_lang('SepePlugin') }}
{% endif %}{% if info.teaching_competence == "03" %}
{{ 'TeachingCompetence03' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'TeachingCompetence03' | get_plugin_lang('SepePlugin') }}
{% endif %}{% if info.teaching_competence == "04" %}
{{ 'TeachingCompetence04' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'TeachingCompetence04' | get_plugin_lang('SepePlugin') }}
{% endif %}{% if info.teaching_competence == "05" %}
{{ 'TeachingCompetence05' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'TeachingCompetence05' | get_plugin_lang('SepePlugin') }}
{% endif %}{% if info.teaching_competence == "06" %}
{{ 'TeachingCompetence06' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'TeachingCompetence06' | get_plugin_lang('SepePlugin') }}
{% endif %}
{{ 'ExperienceTeleforming' | get_plugin_lang('SepePlugin') }}:
{{ 'ExperienceTeleformingMessage' | get_plugin_lang('SepePlugin') }}
{{ 'TrainingTeleforming' | get_plugin_lang('SepePlugin') }}:
{% if info.training_teleforming == "01" %}
{{ 'TrainingTeleforming01' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'TrainingTeleforming01' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.training_teleforming == "02" %}
{{ 'TrainingTeleforming02' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'TrainingTeleforming02' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.training_teleforming == "03" %}
{{ 'TrainingTeleforming03' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'TrainingTeleforming03' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.training_teleforming == "04" %}
{{ 'TrainingTeleforming04' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'TrainingTeleforming04' | get_plugin_lang('SepePlugin') }}
{% endif %}
{{ 'PlatformTeacher' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'Teacher' | get_plugin_lang('SepePlugin') }}:
{% for teacher in listTeachers %} {% if info.platform_user_id == teacher.user_id %}
{{ teacher.firstname }} {{ teacher.lastname }}
{% else %}
{{ teacher.firstname }} {{ teacher.lastname }}
{% endif %} {% endfor %}