{{ 'Actions' | get_plugin_lang('SepePlugin') }}:
{% if new_participant == "1" %}
{% else %}
{% endif %}
{% if message_info != "" %}
{{ message_info }}
{% endif %} {% if message_error != "" %}
{{ message_error }}
{% endif %}
{{ 'FormativeActionParticipant' | get_plugin_lang('SepePlugin') }}
{{ 'UserPlatformList' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'Student' | get_plugin_lang('SepePlugin') }}:
{% if info_user_platform is empty %}
{% else %}
{{ info_user_platform.firstname }} {{ info_user_platform.lastname }}
{% endif %} {% for student in listStudent %}
{{ student.firstname }} {{ student.lastname }}
{% endfor %}
{{ 'ParticipantIdentifier' | 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') }}
{{ 'CompetenceKey' | get_plugin_lang('SepePlugin') }}:
{{ 'TrainingAgreement' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'ContractId' | get_plugin_lang('SepePlugin') }}:
{{ 'ContractIdMessage' | get_plugin_lang('SepePlugin') }}
{{ 'CompanyFiscalNumber' | get_plugin_lang('SepePlugin') }}:
{{ 'TutorIdCompany' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'CompanyTutorsList' | get_plugin_lang('SepePlugin') }}
{{ 'NoTutor' | get_plugin_lang('SepePlugin') }}
{{ 'CreateNewTutorCompany' | get_plugin_lang('SepePlugin') }}
{% for tutor in list_tutor_company %} {% if tutor.id == info.company_tutor_id or ( info|length == 0 and tutor.id == "1" ) %}
{{ tutor.alias }}
{% else %}
{{ tutor.alias }}
{% endif %} {% endfor %}
{{ 'Name' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentType' | get_plugin_lang('SepePlugin') }}:
{{ 'DocumentTypeD' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentTypeE' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentTypeU' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentTypeG' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentTypeW' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentTypeH' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentNumber' | get_plugin_lang('SepePlugin') }}:
{{ 'DocumentLetter' | get_plugin_lang('SepePlugin') }}:
{{ 'DocumentFormatMessage' | get_plugin_lang('SepePlugin') }}
{{ 'TutorIdTraining' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'TrainingTutorsList' | get_plugin_lang('SepePlugin') }}
{{ 'NoTutor' | get_plugin_lang('SepePlugin') }}
{{ 'CreateNewTutorTraining' | get_plugin_lang('SepePlugin') }}
{% for tutor in list_tutor_training %} {% if tutor.id == info.training_tutor_id or ( info|length == 0 and tutor.id == "1" ) %}
{{ tutor.alias }}
{% else %}
{{ tutor.alias }}
{% endif %} {% endfor %}
{{ 'Name' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentType' | get_plugin_lang('SepePlugin') }}:
{{ 'DocumentTypeD' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentTypeE' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentTypeU' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentTypeG' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentTypeW' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentTypeH' | get_plugin_lang('SepePlugin') }}
{{ 'DocumentNumber' | get_plugin_lang('SepePlugin') }}:
{{ 'DocumentLetter' | get_plugin_lang('SepePlugin') }}:
{{ 'DocumentFormatMessage' | get_plugin_lang('SepePlugin') }}
{% if new_participant == "1" %}
{{ 'SpecialtiesParcipant' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'SpecialtiesParcipantMessage' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'SpecialtiesParcipant' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'CreateSpecialty' | get_plugin_lang('SepePlugin') }}
{% for specialty in listParticipantSpecialty %}
{{ 'Specialty' | get_plugin_lang('SepePlugin') }}:
{{ specialty.specialty_origin }} {{ specialty.professional_area }} {{ specialty.specialty_code }}
{{ 'Delete' | get_plugin_lang('SepePlugin') }}
{{ 'Edit' | get_plugin_lang('SepePlugin') }}
{% endfor %} {% endif %}