{% extends "slm/base.html" %} {% load i18n crispy_forms_tags %} {% block page_content %}

{% translate "User Profile" %}

{% include "slm/messages.html" %}
{% crispy user_form %}

{% crispy profile_form %}
{% endblock %}