{% extends "core/base.html" %} {% load msg_box i18n material_form %} {% block content %}

{% trans "Edit request for exemption from teaching" %}

{% csrf_token %} {% form form=form %}{% endform %} {% include "core/partials/save_button.html" with caption=_("Change") %}
{% endblock %}