{% extends "templates/web.html" %} {% block title %} {{_("Reset Password")}} {% endblock %} {% block navbar %}{% endblock %} {% block footer %}{% endblock %} {% block head_include %}{% endblock %} {% block page_content %}
{{ _("Reset Password") if frappe.db.get_default('company') else _("Set Password")}}
{%- if not disable_signup -%} {%- endif -%}
{% endblock %} {% block style %} {% endblock %}