{{ 'Actions' | get_plugin_lang('SepePlugin') }}:
{% if new_action == "1" %}
{% else %}
{% endif %}
{% if message_info != "" %}
{{ message_info }}
{% endif %} {% if message_error != "" %}
{{ message_error }}
{% endif %}
{{ 'FormativeAction' | get_plugin_lang('SepePlugin') }}
{{ 'ActionIdentifier' | get_plugin_lang('SepePlugin') | upper }}:
{{ 'ActionOrigin' | get_plugin_lang('SepePlugin') }}:
{{ 'ActionCode' | get_plugin_lang('SepePlugin') }}:
{{ 'Situation' | get_plugin_lang('SepePlugin') }}:
{% if info.situation == "10" %}
{{ 'Situation10' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'Situation10' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.situation == "20" %}
{{ 'Situation20' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'Situation20' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.situation == "30" %}
{{ 'Situation30' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'Situation30' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.situation == "40" %}
{{ 'Situation40' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'Situation40' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.situation == "50" %}
{{ 'Situation50' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'Situation50' | get_plugin_lang('SepePlugin') }}
{% endif %}
{{ 'MainSpecialtyIdentifier' | get_plugin_lang('SepePlugin') | upper }}
{{ 'SpecialtyOrigin' | get_plugin_lang('SepePlugin') }}:
{{ 'ProfessionalArea' | get_plugin_lang('SepePlugin') }}:
{{ 'SpecialtyCode' | get_plugin_lang('SepePlugin') }}:
{{ 'Duration' | get_plugin_lang('SepePlugin') }}:
{{ 'NumHoursFormativeAction' | 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 %} {% if year_start == i %}
{{ i }}
{% else %}
{{ i }}
{% endif %} {% endfor %}
{{ 'StartDateMessage' | 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 %} {% if year_end == i %}
{{ i }}
{% else %}
{{ i }}
{% endif %} {% endfor %}
{{ 'EndDateMessage' | get_plugin_lang('SepePlugin') }}
{{ 'FullItineraryIndicator' | get_plugin_lang('SepePlugin') }}:
{% if info.full_itinerary_indicator == "SI" %}
SI
{% else %}
SI
{% endif %} {% if info.full_itinerary_indicator == "NO" %}
NO
{% else %}
NO
{% endif %}
{{ 'FullItineraryIndicatorMessage' | get_plugin_lang('SepePlugin') }}
{{ 'FinancingType' | get_plugin_lang('SepePlugin') }}:
{% if info.financing_type == "PU" %}
{{ 'Public' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'Public' | get_plugin_lang('SepePlugin') }}
{% endif %} {% if info.financing_type == "PR" %}
{{ 'Private' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'Private' | get_plugin_lang('SepePlugin') }}
{% endif %}
{{ 'FinancingTypeMessage' | get_plugin_lang('SepePlugin') }}
{{ 'AttendeesCount' | get_plugin_lang('SepePlugin') }}:
{{ 'AttendeesCountMessage' | get_plugin_lang('SepePlugin') }}
{{ 'DescriptionAction' | get_plugin_lang('SepePlugin') | upper }}
{{ 'NameAction' | get_plugin_lang('SepePlugin') }}:
{{ 'NameActionMessage' | get_plugin_lang('SepePlugin') }}
{{ 'GlobalInfo' | get_plugin_lang('SepePlugin') }}:
{{ info.global_info }}
{{ 'GlobalInfoMessage' | get_plugin_lang('SepePlugin') }}
{{ 'Schedule' | get_plugin_lang('SepePlugin') }}:
{{ info.schedule }}
{{ 'ScheduleMessage' | get_plugin_lang('SepePlugin') }}
{{ 'Requirements' | get_plugin_lang('SepePlugin') }}:
{{ info.requirements }}
{{ 'RequirementsMessage' | get_plugin_lang('SepePlugin') }}
{{ 'ContactAction' | get_plugin_lang('SepePlugin') }}:
{{ info.contact_action }}
{{ 'ContactActionMessage' | get_plugin_lang('SepePlugin') }}