{% extends "base.html" %} {% block title %}Manage Customers{% endblock %} {% block content %}
No customers found matching "{{ search_query_customers }}". Clear search.
{% else %}No customers found. Add one now!
{% endif %} {% endif %} {% endblock %}