{% block content %} {% if form %} Upload a file to the bibliography:
{% csrf_token %} {{ form.as_p }}
{% else %}

Uploading of files is disabled because no file storage has been configured for the bibliography.

{% endif %} {% endblock %}