{% extends "templates/base.html" %} {% block title %} {{ 'Courses' }} {% endblock %} {% block head_include %} {% include "public/icons/symbol-defs.svg" %} {% endblock %} {% block content %} {% include "lms/templates/onboarding_header.html" %}
{{ _("Complete your {0} to access the courses.").format(profile_link) }}