{% include "header" %}
{% if learning_paths.available.any? %} {% for learning_path in learning_paths.available %} {% if learning_path.name == "Gusto Payroll Certification" %} {% include "cards_learning_path" with learning_path %} {% elsif learning_path.name == "Elective: Benefits 101" or learning_path.name == "Elective: HR 101"%} {% include "cards_learning_path" with learning_path %} {% endif %} {% endfor %} {% endif %}
{% if courses.enrolled.any? %}
{% for course in courses.enrolled %} {% if course.properties.content == "Bookkeeping_Accounting" %}
{% include "cards_course" with course %}
{% endif %} {% endfor %}
{% endif %}
{% include "footer" %}