{% extends "security/base.html" %} {% from "security/_macros.html" import render_field_with_errors, render_field, header %} {% block title %} Meltano - Change password {% endblock %} {% block content %} {% include "security/_messages.html" %} {{ header(_('Change password')) }}
{% endblock %}