Campus Virtual

[oec-content content=»training»]

{{ data.name }}

{{ data.name }}
[/oec-content]
[oec-content content=»training»]
{% if "now"|date("Ymd") < data.start|date("Ymd") %} Comienza {{ data.start|date_format("d F, Y") }} {% if data.type != "webinar" %} {% else %} Duración: 2 horas aprox. {% endif %} {% else %} Inició: {{ data.start|date("d F, Y") }} {% endif %}
{% set prices = data.prices %} {# Para un correcto funcionamiento de la carga de precios no cambie el nombre ni borre las clases siguientes: 1. early_payment_expiration_date 2. discount-percent 3. total-price 4. just-price #}

PRIMER MÓDULO: $ {{ data.prices.currency }} {{ data.prices.data[1].amount }}

{% if prices.discounts.early_payment and "now"|date("Ymd") <= prices.discounts.early_payment.expiration|date("Ymd") %} Hasta el {{ prices.discounts.early_payment.expiration|date_format("d F, Y") }}

{{ prices.discounts.early_payment.percentage }}% de descuento

Total

$ {{ prices.currency }} {{ prices.discounts.early_payment.total }} $ {{ data.prices.total }}

{% elseif prices.discounts.full_payment %} {{ prices.discounts.full_payment.percentage }}% de descuento

Total

$ {{ prices.currency }} {{ prices.discounts.full_payment.total }} $ {{ data.prices.total }}

{% else %}

Total

$ {{ data.prices.currency }} {{ data.prices.total }}

{% endif %}
[/oec-content]
[oec-content content=»training»] {% if data.introduction %}

Presentación

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

Descripción del curso

{{ data.short_description|raw }}
{% if "now"|date("Ymd") < data.start|date("Ymd") %}

Comienza

{{ data.start|date_format("d F, Y") }} {% if data.type != "webinar" %}

Finaliza

{{ data.end|date_format("d F, Y") }} aprox.
{% else %}

Duración:

2 horas aprox. {% endif %} {% else %}

Inició:

{{ data.start|date("d F, Y") }} {% endif %}

Docentes

    {% for docente in data.teachers.data %}
  • {{ docente.prefix ? docente.prefix~" " }}{{ docente.first_name~" "~docente.last_name }}{{ docente.suffix }}
  • {% endfor %}
{% if data.target_audience %}

{{ data.tipo }} Destinado a

{{ data.target_audience|raw }} {% endif %} {% if data.supports.data is not empty %}

Avales Científicos

{% for aval in data.supports.data %} {% endfor %} {% endif %}

Programa Académico ({{ data.lecture_hours }} horas cátedra)

{# Para un correcto funcionamiento de la carga de precios en los módulos no cambie el nombre ni borre las clases price-module-{{ modulo.number }} #} {% for modulo in data.modules.data %}

Módulo {{ modulo.number }}

Precio: {{ data.prices.currency }} {{ data.prices.data[modulo.number].amount }}
{{ modulo.lecture_hours }} horas cátedra
Desde: {{ modulo.start|date_format("d F, Y") }}
Hasta: {{ modulo.end|date_format("d F, Y") }}

Asignaturas

{% for asignatura in modulo.subjects.data %}
{{ asignatura.name }}
    {% for docente in asignatura.teachers.data %} {% if loop.last and not loop.first %} y {% elseif not loop.first %}, {% endif %}
  • {{ docente.prefix ? docente.prefix~" " }}{{ docente.first_name~" "~docente.last_name }}{{ docente.suffix }}
  • {% endfor %}
{% endfor %}
{% endfor %} {% if data.certificates.data is not empty %} {% for certificate in data.certificates.data %}

{{ certificate.name }}

{% if certificate.thumb %} {{ certificate.name }} {% endif %}
{{ certificate.organization_name }} {{ certificate.type }}

{{ certificate.description }}

{% endfor %} {% endif %}
[/oec-content]