mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
12 lines
262 B
HTML
12 lines
262 B
HTML
{% from "macros.html" import information %}
|
|
{% extends "admin/master.html" %}
|
|
|
|
{% block body %}
|
|
{{ information(current_user, active_semester_repr, role=role) }}
|
|
|
|
<hr>
|
|
|
|
{% include "docs/" + role + ".html" %}
|
|
|
|
{{ footer|safe }}
|
|
{% endblock body %}
|