{% 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" %} {% if password_changed %} {% trans "Your password has been changed successfully." %} {% endif %} {% csrf_token %} {% for field in form %} {{ field.label }} {{field}} {{ field.errors }} {% endfor %} {% endblock content %} {% block components %}