{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load display_functions %} {% block content %}

{% trans 'page_title_profile' %}

{% include "includes/messages.html" %} {% crispy form %} {% endblock %}