{% include "course_version_outdated_alert" , courses: courses.enrolled %}
Hi Hola {% if current_person.first_name %} {{ current_person.first_name }}{% endif %}!
Your quality score is {{ current_person.properties.quality_score | default: "in progress" }}
Consider taking some lessons below.
Tu puntuación de calidad es {{ current_person.properties.quality_score | default: "en progreso" }}
Considera tomar algunas lecciones a continuación.
{% include "carrot_button" , buttonUrl: "/app" , buttonText: "In progress" , buttonTextEs: "En progreso" %}
Your lessons Tus lecciones
{% include "courses_carousel" , items: courses.enrolled , breakpoint: 1000 , filterInProgress: false , sortByPriority: true %} {% if features.learning_paths? %}
Your learning paths Tus rutas de aprendizaje
{% include "learning_paths_carousel" , items: learning_paths.enrolled , breakpoint: 1000 , filterInProgress: false , sortByPriority: true %} {% endif %}
{% if features.training_events? %}
{% t.upcoming_events %}
{% include "training_events_dashboard" %}
{% endif %} {% comment %} Uncomment this when we have achievments, instacart wanted achievments not to show if user doesn't have any
Recent Achievments
{% include "achievments_display" %}
{% endcomment %}
{% include "footer" %}