Cursos / Cronograma
{{ item.subtitulo }}
{{ item.titulo }}
Certificacion / Emisor:
{{ item.id_tipo_de_clases === 'online_en_vivo' ? 'Online en Vivo' : 'Presenciales'}}
{{ item.proximamente === '1' ? 'Proximamente' : (item.fecha_curso | date:'dd/MM/yyyy') + ' al ' + (item.fecha_cierre_curso | date:'dd/MM/yyyy') }}
Jornadas: {{ item.duracion }}
Certificacion:
{{ item.id_tipo_de_clases === 'online_en_vivo' ? 'Online en Vivo' : 'Presenciales'}}
{{ item.proximamente === '1' ? 'Proximamente' : (item.fecha_curso | date:'dd/MM/yyyy') + ' al ' + (item.fecha_cierre_curso | date:'dd/MM/yyyy') }}
Jornadas: {{ item.duracion }}
Temas destacados del curso:
{{ $index + 1 }}.
{{ tema.titulo }}