{% extends "dartcms/views/grid.html" %} {% load i18n %} {% block breadcrumbs_current_path %} {{ block.super }}
  • {% trans 'Change Password' %}
  • {% endblock %} {% block page_content %}
    {% csrf_token %} {% include "dartcms/forms/horizontal.html" %}
    {% block form_actions %} {% trans 'Cancel' %} {% endblock %}
    {% endblock %}