[gse-ficha-content]
{{ api.type }}

{{ api.name }}

{{ api.name }}

Fecha de inicio

{{ api.fecha_inicio|date_format(“d F, Y”) }}

{% if api.introduction %}

Presentación

{{ api.introduction|raw }}

{% endif %}

Descripción del curso

{{ api.short_description|raw }}

{% if “now”|date(“Ymd”) < api.start|date("Ymd") %}

Comienza

{{ api.start|date_format(“d F, Y”) }}
{% if api.type != “webinar” %}

Finaliza: {{ api.end|date_format(“d F, Y”) }} aprox.

{% else %}

Duración: 2 horas aprox.

{% endif %}
{% else %}

Inició: {{ api.start|date(“d F, Y”) }}

{% endif %}

Docentes

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

  • {{ docente.prefix ? (docente.prefix~” “) : “” }}{{ docente.first_name~” “~docente.last_name }}{{docente.suffix}}
  • {% endfor %}

{% if api.target_audience %}

{{ api.tipo }} destinado a

{{ api.target_audience|raw }}
{% endif %}

{% if api.supports.data is not empty %}

Avales Científicos

{% for aval in api.supports.data %}
{{ aval.name }}
{{ aval.name }}
{% endfor %}

{% endif %}

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

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

Módulo {{ modulo.number }}

Precio: {{ api.prices.currency }} {{ api.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 }}

Docentes

    {% 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 api.certificates.data|length >= 1 %}

Certificados

{% for certificate in api.certificates.data %}

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

{{ certificate.name }}

{{ certificate.organization_name }}

{{ certificate.type }}

{{ certificate.description }}

{% endfor %}
{% endif %}

{% set prices = api.prices %}
{% if prices.discounts.early_payment and “now”|date(“mdY”) <= prices.discounts.early_payment.expiration|date("mdY") %} Hasta el {{ prices.discounts.early_payment.expiration|date_format("d F, Y") }}
{{ prices.discounts.early_payment.percentage }}% de descuento
{{ prices.currency }} {{ prices.discounts.early_payment.total }}
{{ api.prices.total }}
{% elseif prices.discounts.full_payment %}
{{ prices.discounts.full_payment.percentage }}% de descuento
{{ prices.currency }} {{ prices.discounts.full_payment.total }}
{{ api.prices.total }}
{% else %}
{{ api.prices.currency }} {{ api.prices.total }}
{% endif %}

COMPRAR
[/gse-ficha-content]