{% extends 'core/layout.html' %} {% load i18n %} {% load string_utils %} {% load crispy_forms_tags %} {% block title %}{% translate "edit"|capfirst %} {% translate "user"|capfirst %}{% endblock title %} {% block breadcrumb %} {% include 'common/include/breadcrumb.html' with breadcrumbs='profile' no_separation=True %} {% endblock breadcrumb %} {% block body_content %}

{% translate "your profile"|capfirst %}


{% include 'registration/include/user_context_menu.html' %}
{% crispy form %}
{% endblock body_content %}