{% extends "authentication/base.html" %} {% load crispy_forms_tags i18n %} {% block profile_content %} {% block "modals" %} {% include "authentication/modals/password_reset.html" %} {% include "authentication/modals/add_email.html" %} {% include "authentication/modals/deactivate_account.html" %} {% endblock %} {% endblock profile_content %}