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

{% trans "Please supply any original figure files or supporting information. The journal urges you to submit this document to a repository such as Figshare so that a DOI can be assigned to it, but this is not required." %}

{% else %} {% if not journal_settings.general.limit_manuscript_types %}

{% trans "Please upload your manuscript file, it should be in PDF, RTF, ODT or DOC/X format. LaTeX may be accepted later in the process but a simple, readable file is required at this stage." %}

{% else %}

{% trans "Please upload your manuscript file, it should be in RTF, ODT or DOC/X format. LaTeX may be accepted later in the process but a simple, readable file is required at this stage." %}

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