{% extends "admin/model/create.html" %}
{% block body %}
User's active semester: {{userActiveSemester().repr()}}
{{super()}}
{% endblock %}