{% load i18n %}
{% trans "Document Request" %}
{% trans "Title" %}
{{form.title}}
{% trans "Employees" %}
{{form.employee_id}}
{% trans "Format" %}
{{form.format}}
{% trans "Max size (in MB)" %}
{{form.max_size}}
{% trans "Description" %}
{{form.description}}