{% from "macros.html" import information %} {% extends "admin/master.html" %} {% block body %} {{ information(current_user, active_semester_str, role="admin") }}
{{ form.csrf_token }} {{ form.manualUpdateFinalExperimentAndPartMarksSubmit }}
{{ footer|safe }} {% endblock body %}