{% load i18n %} {% load widget_tweaks %}
{% csrf_token %} {{form.non_field_errors}} {{form.document}} {{form.document.errors}}
{{form.expiry_date |attr:"type:date" }} {{form.expiry_date.errors }}
{{form.notify_before}} {{form.notify_before.errors}}