{% extends "base.html" %} {% block body %} {% for s in semesters %} {% if enrolls_by_sem[s.semid] or loop.first %}

{{ s.name }}

{% endif %} {% endfor %}

Tools

News

2022-09-27Major internal changes to pave way to further development.
2022-02-27It is now possible to copy topics and their posts between courses. Buttons have access keys set to their first letters.
{% endblock %}