{% extends "admin/model/edit.html" %}

{% block body %}
User's active semester: {{userActiveSemester().repr()}}
{{super()}}
{% endblock %}