{% extends "base.html" %} {% block title %} {% if pack %}{{ pack.pack_name }}{% else %}Packs{% endif %} – Auf Deutsch {% endblock %} {% block content %} {% if pack %}
← All packs
{{ pack.cover_emoji }}

{{ pack.pack_name }}

{{ pack.focus }}

{{ pack.level }} {% if pack.unlocked %} Unlocked {% else %} Locked {% endif %}
Practical outcome

{{ pack.can_do }}

{{ pack.situation }}

Pack Progress

{{ 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 %}
Start session {% if pack.quiz_available %} Mini-quiz {% endif %}
{% if latest_quiz %}

Latest quiz: {{ latest_quiz.score }}/{{ latest_quiz.total }} on {{ latest_quiz.date_taken }}

{% endif %}
{% if next_packs %}

After this

{% for item in next_packs %} {{ item.cover_emoji }} {{ item.pack_name }} {{ item.can_do }} {% endfor %}
{% endif %}
{% for ph in phrases %}
{{ ph.de }} {{ ph.en }}
{% endfor %}
{% else %}

Phrase Packs

{% if recommended_pack %} {% endif %} {% if next_packs %}

Practical sequence

{% for item in next_packs %} {{ item.cover_emoji }} {{ item.pack_name }} {{ item.can_do }} {% endfor %}
{% endif %} {% for group in pack_groups %}
{{ group.level_title }}

{{ group.title }}

{% if group.summary %}

{{ group.summary }}

{% endif %}
{% endfor %} {% if ungrouped_packs %}
Extra packs

More practice

Useful lessons that are loaded but not yet placed in a structured path.

{% endif %}
{% endif %} {% endblock %}