{% extends 'base.html' %} {% load i18n authentication crispy_forms_tags %} {% block head_title %} {% trans "Account Settings" %} {% endblock %} {% block nav_title %} {{ request.user.full_name }} {% endblock nav_title %} {% block content %}
{% trans "Account Settings" %}
{% for label, template, form in forms %} {% include template with card_class='mb-2' %} {% endfor %}
{% endblock content %} {% block sidebar_right %} {% include "user/components/account_sidebar.html" %} {% endblock sidebar_right %}