{% extends "base.html" %} {% block title %} {% if pack %}{{ pack.pack_name }}{% else %}Packs{% endif %} – Auf Deutsch {% endblock %} {% block content %} {% if pack %}
{{ pack.focus }}
{{ pack.level }} {% if pack.unlocked %} Unlocked {% else %} Locked {% endif %}{{ pack.can_do }}
{{ pack.situation }}
{{ pack.learned }}/{{ pack.total }} learned
{% if pack.blocked_by %}Unlock by reaching 70% in: {% for prereq in pack.blocked_by %} {{ prereq.pack_name }}{% if not loop.last %}, {% endif %} {% endfor %}
{% endif %}Latest quiz: {{ latest_quiz.score }}/{{ latest_quiz.total }} on {{ latest_quiz.date_taken }}
{% endif %}{{ group.summary }}
{% endif %}Useful lessons that are loaded but not yet placed in a structured path.