{% comment %} This template is deprecated. Authors are now edited using admin/submission/edit/author.html. {% endcomment %} {% load foundation %} {% load i18n %}
{% trans "Edit" %} {{ frozen_author.full_name }}

{% trans "NB." %} {% trans "You are editing the frozen metadata record for this author, not their live user profile." %}

{% include "elements/forms/errors.html" with form=author_form %}
{% csrf_token %} {{ author_form|foundation }}