mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
10 lines
233 B
HTML
10 lines
233 B
HTML
{% from "macros.html" import information %}
|
|
{% extends "admin/model/list.html" %}
|
|
|
|
{% block body %}
|
|
{{ information(current_user, active_semester_repr, role="assistant") }}
|
|
|
|
{{ super() }}
|
|
|
|
{{ footer|safe }}
|
|
{% endblock %}
|