{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load material_form i18n %} {% block browser_title %}{% blocktrans %}Create excuse type{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Create excuse type{% endblocktrans %}{% endblock %} {% block content %} {% include "alsijil/excuse_type/warning.html" %}
{% csrf_token %} {% form form=form %}{% endform %} {% include "core/partials/save_button.html" %}
{% endblock %}