{% extends "templates/web.html" %} {% block title %} {{_("Reset Password")}} {% endblock %} {% block head_include %} {% endblock %} {% block page_content %} {{ _("Reset Password") if frappe.db.get_default('company') else _("Set Password")}} {{_("Confirm")}} {%- if not disable_signup -%} {{ _("Don't have an account?") }} {{ _("Sign up") }} {%- endif -%} {% endblock %} {% block style %} {% endblock %}