{% for period, lessons in lesson_periods.items %}
{% include "chronos/partials/period_time.html" with period=period periods=periods %}
{% include "chronos/partials/elements.html" with elements=lessons %}
{% endfor %}