{% load foundation %}

 {% if frozen_author %}Edit {{ frozen_author.full_name }}{% else %}Add New Frozen Author{% endif %}

{% if frozen_author %}

You are editing the frozen metadata record for this author, not their live user profile.{% if frozen_author.author %} This frozen metadata record is linked to account ID {{ frozen_author.author.pk }} - {{ frozen_author.author.full_name }}. If you wish to change the ORCID or email address associated with this record we recommend doing so at the account level using the link.{% endif %}

{% endif %} {% include "elements/forms/errors.html" with form=author_form %}
{% if frozen_author.author and not frozen_author.author == article.correspondence_author %}
{% endif %} {% csrf_token %} {{ author_form|foundation }}