{% for d in documents %} {{ d.filename }}
{% empty %} This project does not have any documents. {% endfor %}
{% if allow_document_upload %}
{% csrf_token %}
{% endif %}