{{ student }} programs

{% for program in programs %} {{ render_partial('htmx-program.html', program=program, adventure_names=adventure_names, public_profile=public_profile, second_teachers_programs=second_teachers_programs, graph_view=True) }} {% endfor %} {% if programs|length == 0 %}

{{_('no_programs')}}

{% endif %}