[oec-content content="training"] {% if data.modules.data|length > 1 %} {% set module_phrase = data.modules.data|length ~ " modules" %} {% else %} {% set module_phrase = "1 module" %} {% endif %} {% if data.edition_number > 1 %} {% set edition_phrase = data.edition_number ~ " editions" %} {% else %} {% set edition_phrase = "First edition" %} {% endif %} {% if data.certificates.data|length > 1 %} {% set certificate_phrase = data.certificates.data|length ~ " certificates" %} {% else %} {% set certificate_phrase = "1 certificate" %} {% endif %} {% if data.supports.data|length > 1 %} {% set supports_phrase = data.supports.data|length ~ " scientific supports" %} {% else %} {% set supports_phrase = "1 scientific support" %} {% endif %} {% if data.teachers.data|length > 1 %} {% set teachers_phrase = data.teachers.data|length ~ " lecturers" %} {% else %} {% set teachers_phrase = "1 lecturer" %} {% endif %}
{{ edition_phrase }}{% if data.total_students > 1 %}{{ data.total_students }} students{% endif %}{{ teachers_phrase }}{{ data.lecture_hours }} Hours{{ module_phrase }}{{ certificate_phrase }}{{ supports_phrase }}

{{ data.name }}

Organizer: {{ data.organization.data.name }}
[/oec-content]
[oec-content content="training"] {% set modality = data.modality %} {% if modality == "ONLINE" %} {% set modality_icon = "bi bi-person-video2" %} {% set modality_title = "100% ONLINE" %} {% set modality_text = "To carry out this training, no in-person instance is required." %} {% elseif modality == "BLEND-LINE-COMP" %} {% set modality_icon = "bi bi-person-plus-fill" %} {% set modality_title = "BLENDED ONLINE" %} {% set modality_text = "This training is online, but has at least one mandatory face-to-face session." %} {% elseif modality == "BLEND-LINE-OPT" %} {% set modality_icon = "bi bi-person-fill" %} {% set modality_title = "BLENDED ONLINE" %} {% set modality_text = "This training is online, but has at least one optional face-to-face session." %} {% elseif modality == "BLEND-SITE-COMP" %} {% set modality_icon = "bi bi-person-fill" %} {% set modality_title = "BLENDED ONSITE" %} {% set modality_text = "This training is in person, (onsite) but has at least one mandatory online instance." %} {% elseif modality == "BLEND-SITE-OPT" %} {% set modality_icon = "bi bi-person-fill" %} {% set modality_title = "BLENDED ONSITE" %} {% set modality_text = "This training is in person, (onsite) but has optional online support." %} {% else %} {% set modality_icon = "bi bi-person-fill-check" %} {% set modality_title = "100% ONSITE" %} {% set modality_text = "This training is completely face-to-face, and does not have any online instance." %} {% endif %} {% set synchronicity = data.synchronicity %} {% if synchronicity == "SYNC" %} {% set synchronicity_icon = "bi bi-cast" %} {% set synchronicity_title = "100% LIVE LEARNING" %} {% set synchronicity_text = "The advertised teachers or lecturers are live with you during the period of their modules and subjects." %} {% elseif synchronicity == "MIXED" %} {% set synchronicity_icon = "bi bi-cast" %} {% set synchronicity_title = "MIXED LEARNING" %} {% set synchronicity_text = "Some classes are already recorded, but there are live consultation sessions and synchronous forums." %} {% elseif synchronicity == "ASYNC-F" %} {% set synchronicity_icon = "bi bi-chat-right-text" %} {% set synchronicity_title = "ASYNC WITH FORUMS" %} {% set synchronicity_text = "The classes are already recorded, there are no live consultation sessions, but there are synchronous forums. Study at your own pace." %} {% else %} {% set synchronicity_icon = "bi bi-collection-play" %} {% set synchronicity_title = "ASYNC" %} {% set synchronicity_text = "The classes are already recorded and there is no synchronous interaction. Study at your own pace." %} {% endif %} {% if data.mkp_only %} {% set lms_icon = "bi bi-building-up" %} {% set lms_title = "EXTERNAL LMS" %} {% set lms_text = "This training is carried out on the virtual campus of "~data.organization.data.name~"." %} {% else %} {% set lms_icon = "bi bi-building" %} {% set lms_title = "LMS IN HOUSE" %} {% set lms_text = "This training is carried out on the Online Education Center virtual campus." %} {% endif %} {% if synchronicity == "ASYNC" or synchronicity == "ASYNC-F" %} {% set access_text = "After you finish this training, you will have ONE MORE YEAR to continue entering and reviewing material, downloading certifications, etc." %} {% else %} {% set access_text = "After completing this training, the "~data.end|date_format("d 'de' F 'de' Y") | lower~", will have ONE MORE YEAR to continue entering and reviewing material, downloading certifications, etc." %} {% endif %} {{ modality_title }} IN ENGLISH {{ synchronicity_title }} {{ lms_title }}
{% if data.great_lecturers %}

Lecturers

{% for docente in data.teachers.data %}

{% if docente.image is not empty %}{% set teacher_image = docente.image|split('/') %}{% endif %}
{{docente.first_name~" "~docente.last_name}}
{% if docente.origin %}

{{ docente.origin|raw }}.

{% endif %} {% if docente.background %}

{{ docente.background|raw }}.

{% endif %}

{% endfor %}

Presentation

{{ data.short_description|raw }}
{% else %}

Presentation

{{ data.short_description|raw }}

Lecturers

{% for docente in data.teachers.data %}

{% if docente.image is not empty %}{% set teacher_image = docente.image|split('/') %}{% endif %}
{{docente.first_name~" "~docente.last_name}}
{% if docente.origin %}

{{ docente.origin|raw }}.

{% endif %} {% if docente.background %}

{{ docente.background|raw }}.

{% endif %}

{% endfor %}
{% endif %}

Syllabus

{% for modulo in data.modules.data %}

Module {{ modulo.number }}
{{ modulo.lecture_hours }} hours | Starts: {{ modulo.start|date_format("d 'de' F 'de' Y")|lower }} | Ends: {{ modulo.end|date_format("d 'de' F 'de' Y")|lower }}

{% endfor %}

More information

{% if data.target_audience %}

Intended for:

{{ data.target_audience|raw }}

{% endif %} {% if data.short_description != data.introduction %}

Description

{{ data.introduction|raw }}

{% endif %} {% if data.certificates.data is not empty %}

Certificates

{% for certificate in data.certificates.data %}
{% if certificate.thumb %} {% set cert_image = certificate.thumb|split('/') %} {{ certificate.name }} {% endif %}

{{ certificate.name }}

  • Issues: {{ certificate.organization_name }}
  • Format: {{ certificate.type }}
{{ certificate.description }}
{% endfor %}
{% endif %} {% if data.supports.data is not empty %}

Scientific Supporters

{% set avalcount = 1 %} {% for aval in data.supports.data %} {% if avalcount == 4 %}
{% set avalcount = 1 %} {% endif %}
{% set support_image = aval.logo_gse|split('/') %} {{ aval.name }}

{{ aval.name }}

{% set avalcount = avalcount + 1 %} {% endfor %}
 
{% endif %} {% if data.requirements %}

Requirements

{{ data.requirements|raw }}
{% endif %}

Schedules and recordings

The teachers or lecturers propose different schedules for the LIVE recording of their classes or conferences according to the regional composition of the students, trying to ensure that everyone can participate. But if a student still cannot attend, THEY DO NOT LOSE ANYTHING, because automatically after the live conference, the recording of it (and also the queries that were made) is placed as study material for their educational program, to reproduce as many whenever you want and at any day and time.

This also applies to those who enroll after having started training. These students can be sure that all the interaction that has happened while they were away is recorded and available to them on the virtual campus.

{% set startDate = data.start|date("Y-m-d") %} {% set endDate = data.end|date("Y-m-d") %} {% set today = "now"|date("Y-m-d") %} {% set startDateObj = date(startDate) %} {% set endDateObj = date(endDate) %} {% set todayObj = date(today) %} {% set diff = startDateObj.diff(endDateObj) %} {% set daysTotal = diff.days %} {% if todayObj <= startDateObj %} {% set daysToday = 0 %} {% else %} {% set diff = startDateObj.diff(todayObj) %} {% set daysToday = diff.days %} {% endif %} {% if todayObj >= endDateObj %} {% set offlinePercent = 100 %} {% else %} {% set offlinePercent = daysToday * 100 / daysTotal %} {% endif %} {% set onlinePercent = 100 - offlinePercent %}

For example, if you sign up today at: {{ data.name }}, you will find:

{% if offlinePercent > 0 %}

{{ offlinePercent|round(0, 'common') }}% RECORDED INTERACTION

{% endif %}
{% if onlinePercent > 0 %}

{{ onlinePercent|round(0, 'common') }}% LIVE LEARNING

{% endif %}

{{ modality_title }}

{{ modality_text|raw }}

IN ENGLISH

All mandatory study material is in English. There may be material in another language, but it is optional.

{{ synchronicity_title }}

{{ synchronicity_text|raw }}

EXTENDED ACCESS

{{ access_text }}

{% if data.modules.data|length > 1 %} {% set module_phrase = data.modules.data|length ~ " modules" %} {% else %} {% set module_phrase = "1 module" %} {% endif %} {% if data.teachers.data|length > 1 %} {% set teachers_phrase = data.teachers.data|length ~ " lecturers" %} {% else %} {% set teachers_phrase = "1 lecturer" %} {% endif %}

{{ lms_title }}

{{ lms_text|raw }}

{% if (modality == "ONLINE" or modality == "BLEND-LINE-COMP" or modality == "BLEND-LINE-OPT" or modality == "BLEND-SITE-COMP" or modality == "BLEND-SITE-OPT") and (synchronicity == "SYNC" or synchronicity == "MIXED") and not data.mkp_only %}

EVERYTHING IS RECORDED

All live interaction (classes, lectures, consultation sessions, etc.) is recorded so you can replay it whenever and however many times you want.

{% endif %}

{{ data.lecture_hours }} HOURS

{{ module_phrase }} y {{ teachers_phrase }}. Lecture hours correspond to ECTS credits.

Pricing for:

Change

Important: If you don't find your currency in the selector, select (USD) American Dollars for reference. Then, depending on the payment method chosen, your card, or your bank; you can pay in your local currency.

[/oec-content]
[oec-content content="training"] {% if data.synchronicity != "ASYNC" and data.synchronicity != "ASYNC-F" %} {% set synchronic = true %} {% else %} {% set synchronic = false %} {% endif %} {% if data.enrollment_end|date("Ymd") >= "now"|date("Ymd") %} {% set openEnrollment = true %} {% else %} {% set openEnrollment = false %} {% endif %} {% if "now"|date("Ymd") < data.start|date("Ymd") %} {% set beforeStart = true %} {% else %} {% set beforeStart = false %} {% endif %}
{% if openEnrollment %} {% if beforeStart and synchronic %}
{{ data.start|date_format("F") }} {{ data.start|date_format("d") }}

{{ data.name|truncate(35) }}{{ data.organization.data.name|truncate(35) }}
ADD START DATE TO YOUR CALENDAR

{{ data.start|date("m/d/Y", "America/Buenos_Aires") }} 10:00 AM {{ data.start|date("m/d/Y", "America/Buenos_Aires") }} 11:00 AM America/Buenos_Aires Enroll in: {{ data.name }} {{ data.short_description|raw }}

OPEN ENROLLMENTS

More info: https://g-se.com/es/formacion/{{ data.slug }}?utm_source=addevent&utm_medium=addtocalendar-button&utm_campaign=ficha-g-se
https://g-se.com/es/formacion/{{ data.slug }}?utm_source=addevent&utm_medium=addtocalendar-button&utm_campaign=ficha-g-se [email protected] false 1440 use-title
{% else %}
{{ data.enrollment_end|date_format("F") }} {{ data.enrollment_end|date_format("d") }}

{{ data.name|truncate(35) }}{{ data.organization.data.name|truncate(35) }}
ADD REGISTRATION CLOSURE TO YOUR CALENDAR

{{ data.enrollment_end|date("m/d/Y", "America/Buenos_Aires") }} 10:00 AM {{ data.enrollment_end|date("m/d/Y", "America/Buenos_Aires") }} 11:00 AM America/Buenos_Aires Closing of registrations for: {{ data.name }} {{ data.short_description|raw }}

OPEN ENROLLMENTS

More info: https://traumato.site/es/formacion/{{ data.slug }}?utm_source=addevent&utm_medium=addtocalendar-button&utm_campaign=ficha-traumato
https://g-se.com/es/formacion/{{ data.slug }}?utm_source=addevent&utm_medium=addtocalendar-button&utm_campaign=ficha-g-se [email protected] false 1440 use-title
{% endif %} {% endif %}
{% if data.modules.data|length > 1 %} {% for modulo in data.modules.data %}

Module {{ modulo.number }}{% if synchronicity != "ASYNC" and synchronicity != "ASYNC-F" %} ({{ modulo.start|date_format("d/m") }}):{% else %}:{% endif %} searching...

{% endfor %}

Total: searching...

Modules can be purchased{% if synchronic %} on the indicated dates{% else %} one by one{% endif %}.

{% else %}

FULL {{ data.type|upper }}
searching...

{% endif %}
{% if data.prices.discounts.early_payment and "now"|date("Ymd") <= data.prices.discounts.early_payment.expiration|date("Ymd") %}

{{ data.prices.discounts.early_payment.percentage }}% OFF for early payment.
Until {{data.prices.discounts.early_payment.expiration|date_format("d 'de' F")|lower}} you will pay
{{ data.prices.currency }} {{ data.prices.discounts.early_payment.total }}.

After that date: {{ data.prices.currency }} {{ data.prices.total }}.
This discount is automatically applied when you start registration until the indicated date.

{% elseif data.prices.discounts.full_payment %}

{{ data.prices.discounts.full_payment.percentage }}% OFF for complete payment.
For all modules together you will pay {{ data.prices.currency }} {{ data.prices.discounts.full_payment.total }}.

Paying module by module: {{ data.prices.currency }} {{ data.prices.total }}.
This discount is automatically applied when you choose to pay for all modules together during the registration process.

{% endif %} {% if openEnrollment %}
{% endif %} {% if openEnrollment %} START ENROLLMENT {% if data.mkp_only == true %}

This training is held on the virtual campus of {{ data.organization.data.name }}, but registrations are processed at the Online Education Center.

{% else %}

This training is held on the virtual campus of the Online Education Center.

{% endif %} {% else %}

ENROLLMENTS CLOSED

{% endif %}
{% set t_image = data.image|split('/') %} [/oec-content]
[oec-content content="training"]
{% set comercial_image = data.salesman.image|split('/') %}

Any questions?

Contact me via Whatsapp, or send the form, wait for my email and reply with your query.

{{ data.salesman.full_name }}
Customer Success Manager at Online Education Center

[/oec-content]
[oec-content content="training"] {% set t_image = data.image|split('/') %} [/oec-content]