{% if article.is_unsubmitted %} {% include "elements/breadcrumbs/submit_authors_base.html" %} {% else %} {% include "elements/breadcrumbs/edit_author_metadata_base.html" with subpage="yes" %} {% endif %} {% if subpage %}
  • {% blocktrans with author_name=author.full_name %} Edit "{{ author_name }}" {% endblocktrans %}
  • {% else %}
  • {% blocktrans with author_name=author.full_name %} Edit "{{ author_name }}" {% endblocktrans %}
  • {% endif %}