{% load foundation %} {% load i18n %}
{% include "elements/forms/errors.html" with form=form %}
{% trans "Add New File" %}
{% if modaltype == 'data' %}

{% trans "Please supply any supporting information or data files." %}

{% else %} {% if request.press.preprint_pdf_only %}

{% trans "Please upload your manuscript file, it should be in PDF format." %}

{% else %}

{% trans "Please upload your manuscript file, it should be in PDF, RTF, ODT or DOC/X format." %}

{% endif %} {% endif %}
{% csrf_token %}
{{ form|foundation }}