{% extends "layouts/base-applications.html" %} {% load static i18n %} {% block title %} Settings General {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %} {% trans "Account Settings" %} {% include 'includes/accountsettingsnav.html' %} {{segment.text}} {% trans "Save Changes" %} {% trans "Profile Details Settings" %} {% trans "Configure the user profile information and how it's managed in your systems." %} {% csrf_token %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} {{ error }} {% endfor %} {% endif %} {{ form.as_p }} {% endblock content %} {% block components %}
{{ error }}