{% extends 'core/layout.html' %} {% load static %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{{ title }}{% 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 "reset password" as breadcrumb_translation %} {% include 'common/include/breadcrumb.html' with breadcrumbs='login=registration:auth:login,reset password' %} {% endblock breadcrumb %} {% block body_content %}

{{ title }}


{% crispy form %}
{% endblock body_content %} {% block javascript %} {% endblock javascript %}