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

{% trans "User Profile" %}

{% crispy user_form %}
{% trans "Sign out" %} {% trans "Sign out" %}
{% endblock %}