{% if article %}{% if article.current_step >= 1 or article.stage != "Unsubmitted" %}
{% trans "Article Information" %}{% else %}
{% trans "Article Information" %}{% endif %}{% else %}{% trans "Article Information" %}{% endif %}
{% if article %}{% if article.current_step >= 2 %}
{% trans "Author Information" %}{% else %}
{% trans "Author Information" %}{% endif %}{% else %}{% trans "Author Information" %}{% endif %}
{% if article %}{% if article.current_step >= 3 %}
{% trans "Article Files" %}{% else %}
{% trans "Article Files" %}{% endif %}{% else %}{% trans "Article Files" %}{% endif %}
{% if request.journal.submissionconfiguration.funding %}
{% if article %}{% if article.current_step >= 4 %}
{% trans "Funding" %}{% else %}
{% trans "Funding" %}{% endif %}{% else %}{% trans "Funding" %}{% endif %}
{% if article %}{% if article.current_step >= 5 %}
{% trans "Review your submission" %}{% else %}
{% trans "Review your submission" %}{% endif %}{% else %}{% trans "Review your submission" %}{% endif %}
{% else %}
{% if article %}{% if article.current_step >= 4 %}
{% trans "Review your submission" %}{% else %}
{% trans "Review your submission" %}{% endif %}{% else %}{% trans "Review your submission" %}{% endif %}