{{ 'Options' | get_plugin_lang('SepePlugin') }}:
{{ 'ActionEdit' | get_plugin_lang('SepePlugin') }}
{{ 'DeleteAction' | get_plugin_lang('SepePlugin') }}
{{ 'ActionsList' | get_plugin_lang('SepePlugin') }}
{% if message_info != "" %}
{{ message_info }}
{% endif %} {% if message_error != "" %}
{{ message_error }}
{% endif %}
{{ 'FormativeAction' | get_plugin_lang('SepePlugin') }}:
{% if info != false %}
{{ 'ActionIdentifier' | get_plugin_lang('SepePlugin') }}:
{{ 'ActionOrigin' | get_plugin_lang('SepePlugin') }}:
{{ info.action_origin|e }}
{{ 'ActionCode' | get_plugin_lang('SepePlugin') }}:
{{ info.action_code|e }}
{{ 'Situation' | get_plugin_lang('SepePlugin') }}:
{% if info.situation == "10" %} 10-Solicitada Autorización {% endif %} {% if info.situation == "20" %} 20-Programada/Autorizada {% endif %} {% if info.situation == "30" %} 30-Iniciada {% endif %} {% if info.situation == "40" %} 40-Finalizada {% endif %} {% if info.situation == "50" %} 50-Cancelada {% endif %}
{{ 'MainSpecialtyIdentifier' | get_plugin_lang('SepePlugin') }}
{{ 'SpecialtyOrigin' | get_plugin_lang('SepePlugin') }}:
{{ info.specialty_origin|e }}
{{ 'ProfessionalArea' | get_plugin_lang('SepePlugin') }}:
{{ info.professional_area|e }}
{{ 'SpecialtyCode' | get_plugin_lang('SepePlugin') }}:
{{ info.specialty_code|e }}
{{ 'Duration' | get_plugin_lang('SepePlugin') }}:
{% if info.duration > 0 %} {{ info.duration }} {% else %}
{{ 'Unspecified' | get_plugin_lang('SepePlugin') }}
{% endif %}
{{ 'StartDate' | get_plugin_lang('SepePlugin') }}:
{% if info.start_date == "0000-00-00" %}
{{ 'Unspecified' | get_plugin_lang('SepePlugin') }}
{% else %} {{ start_date }} {% endif %}
{{ 'EndDate' | get_plugin_lang('SepePlugin') }}:
{% if info.end_date == "0000-00-00" %}
{{ 'Unspecified' | get_plugin_lang('SepePlugin') }}
{% else %} {{ end_date }} {% endif %}
{{ 'FullItineraryIndicator' | get_plugin_lang('SepePlugin') }}:
{{ info.full_itinerary_indicator }}
{{ 'FinancingType' | get_plugin_lang('SepePlugin') }}:
{% if info.financing_type == "PU" %} Pública {% endif %} {% if info.financing_type == "PR" %} Privada {% endif %} {% if info.financing_type == "" %}
{{ 'Unspecified' | get_plugin_lang('SepePlugin') }}
{% endif %}
{{ 'AttendeesCount' | get_plugin_lang('SepePlugin') }}:
{{ info.attendees_count }}
{{ 'DescriptionAction' | get_plugin_lang('SepePlugin') }}
{{ 'NameAction' | get_plugin_lang('SepePlugin') }}:
{{ info.action_name|e }}
{{ 'GlobalInfo' | get_plugin_lang('SepePlugin') }}:
{{ info.global_info|e }}
{{ 'Schedule' | get_plugin_lang('SepePlugin') }}:
{{ info.schedule|e }}
{{ 'Requirements' | get_plugin_lang('SepePlugin') }}:
{{ info.requirements|e }}
{{ 'ContactAction' | get_plugin_lang('SepePlugin') }}:
{{ info.contact_action|e }}
{% else %}
{{ 'NoFormativeAction' | get_plugin_lang('SepePlugin') }}
{% endif %}
{{ 'Specialtys' | get_plugin_lang('SepePlugin') }}:
{{ 'CreateSpecialty' | get_plugin_lang('SepePlugin') }}
{% for specialty in listSpecialty %}
{{ '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 %}
{{ 'Participants' | get_plugin_lang('SepePlugin') }}:
{{ 'CreateParticipant' | get_plugin_lang('SepePlugin') }}
{% for participant in listParticipant %}
{{ 'Participant' | get_plugin_lang('SepePlugin') }}:
{{ participant.firstname }} {{ participant.lastname }}
{{ participant.document_number }} {{ participant.documente_letter }}
{{ 'Delete' | get_plugin_lang('SepePlugin') }}
{{ 'Edit' | get_plugin_lang('SepePlugin') }}
{% endfor %}