{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} {{ programa.nombre }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ programa.nombre }}

{{ programa.descripcion }}

{{ _("Cursos") }}
{{ cuenta_cursos(programa.codigo) }}
{% if programa.precio %}
{{ _("Precio") }}
{{ config.moneda }} {{ programa.precio }}
{% endif %}
{{ _('Acceso') }}
{{ _('De por vida') }}

{{ programa.texto }}
hello