{% extends 'base_dashboard.html' %} {% load site_tags %} {% block title %}Learning Path — {{ course.title }}{% endblock %} {% block content %}
Learning Path — ~{{ theory_percent }}% theory · {{ practice_percent }}% practice
No modules yet.
{% endfor %}{{ current_module.description }}
{% endif %} {% if current_module.content_body %}Select a module from the sidebar.
{% endif %}