{% extends 'adminsection/base.html' %} {% load static %} {% block content %}

Search Invoice

Search Invoice:


{% if invoice %}

Result against "{{ query }}" keyword

{% for invoice in invoice %} {% endfor %} {% else %} {% if query %} {% endif %} {% endif %}
# Invoice Id Customer Name Invoice Date Action
{{ invoice.BillingNumber }} {{ invoice.Customer.Name }} {{ invoice.Date }} View
No record found against this search
{% endblock %}