{% extends 'core/layout.html' %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block title %}{% translate "change password"|capfirst %}{% endblock title %}
{% block breadcrumb %}
{# NOTE: Translations that are 'supossed' to be on the go should be declared first #}
{# NOTE: Is should add a 'as' in order to NOT render on template #}
{% translate "change password" as breadcrumb_translation %}
{% include 'common/include/breadcrumb.html' with breadcrumbs='change password' no_separation=True %}
{% endblock breadcrumb %}
{% block body_content %}
{% translate "change password"|capfirst %}
{% include 'registration/include/user_context_menu.html' %}