{% load foundation %} {% load static %}

{% trans "Name" %}

{% include "admin/elements/forms/field.html" with field=form.salutation %} {% include "admin/elements/forms/field.html" with field=form.first_name %} {% include "admin/elements/forms/field.html" with field=form.middle_name %} {% include "admin/elements/forms/field.html" with field=form.last_name %} {% include "admin/elements/forms/field.html" with field=form.suffix %}

{% trans "Social Media and Accounts" %}

{% include "admin/elements/forms/field.html" with field=form.twitter %} {% include "admin/elements/forms/field.html" with field=form.facebook %} {% include "admin/elements/forms/field.html" with field=form.orcid %} {% include "admin/elements/forms/field.html" with field=form.github %} {% include "admin/elements/forms/field.html" with field=form.linkedin %} {% include "admin/elements/forms/field.html" with field=form.website %}

{% trans "Biography and Signature" %}

{% include "admin/elements/forms/field.html" with field=form.biography %}
{% include "admin/elements/forms/field.html" with field=form.signature %}

{% trans 'Review Interests' %}

{% trans "Hit Enter to add a new interest" %}.


{% trans 'Profile Image' %}

{% if user_to_edit.profile_image %} {% else %} {% endif %}
{% include "admin/elements/forms/field.html" with field=form.profile_image %}

{% trans 'Options' %}

{% include "admin/elements/forms/field.html" with field=form.enable_public_profile %} {% include "admin/elements/forms/field.html" with field=form.preferred_timezone %}