{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} {{ _('Pago con PayPal') }} - {{ curso.nombre | title }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Pago del {{ _("Curso") }}

{% if curso.portada %} {{ _('Portada del Curso') }} {% else %}
{% endif %}
{{ curso.nombre }}

{{ curso.codigo }}

{{ curso.descripcion_corta }}

{{ _("Detalles") }} del Pago
{{ _("Precio") }} del curso: {{ "%.2f"|format(curso.precio) }} {{ site_currency }}
{% if pago and pago.monto < curso.precio %}
{{ _("Descuento aplicado") }}: -{{ "%.2f"|format(curso.precio - pago.monto) }} {{ site_currency }}
{% endif %}
{{ _("Total") }}: {{ "%.2f"|format(pago.monto if pago else curso.precio) }} {{ site_currency }}
Procesar Pago

Serás redirigido a PayPal para completar el pago de forma segura. Una vez completado el pago, tendrás acceso inmediato al curso.

Cargando PayPal...

Cargando opciones de pago...

Pago seguro procesado por PayPal. Sus datos financieros están protegidos.