Hi
Hola
{% if current_person.first_name %}
{{ current_person.first_name }}{% endif %}!
Consider taking some lessons below.
Considera tomar algunas lecciones a continuación.
{% if hasInProgressCourses %}
{% include "carrot_button"
, buttonUrl: "/app/dashboard"
, buttonText: "In progress"
, buttonTextEs: "En progreso" %}
{% endif %}
{% include "courses_carousel"
, breakpoint: 768
, showOnlyInProgress: false
, hideOnlyCompleted: true
, sortByPriority: true
, showAllOnNoResults: false
, minified: false %}
{% if features.learning_paths? %}
{% include "learning_paths_carousel"
, breakpoint: 768
, showOnlyInProgress: false
, sortByPriority: true
, showAllOnNoResults: false
, hideOnlyCompleted: true
, minified: false %}
{% endif %}
Congratulations!
¡Felicidades!
You completed all available lessons. Consider refreshing your skills by retaking some lessons.
Has completado todas tus lecciones. Considera actualizar tus habilidades repitiendo algunas lecciones.
{% include "carrot_button"
, buttonUrl: "/app/catalog"
, buttonText: "Retake lessons"
, buttonTextEs: "Repetir lecciones" %}
{% include "homepage_achievments" %}
{% include "footer" %}