{% extends "templates/web.html" %} {% block page_content %}

{{ title }}

{% if results %}
{% include "templates/includes/search_result.html" %}
{% if has_more %} {% endif %} {% elif frappe.form_dict.q %}

{{ _("No matching records. Search something new") }} {% else %}

{{ _("Type something in the search box to search") }} {% endif %} {% endblock %}