{% csrf_token %}
{% include "submission/timeline.html" with data=article %}
{% trans "Search for Existing Authors" %}
{% trans 'Add Authors' %}
{% if not user in article.authors.all %}
{% trans "By default, your account is the owner of this submission, but is not an Author on record. You can add yourself using the button below." %}
{% trans "Add Self as Author" %}
{% endif %}
{% trans "If you cannot find the author record by searching, and you are not the only author, you can add one by clicking the button below. This will open a popup modal for you to complete their details." %}
{% trans "Add New Author" %}
{% include "admin/elements/submit/author.html" %}