{% 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 }}