mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
8 lines
137 B
HTML
8 lines
137 B
HTML
{% extends 'invoice_list.html' %}
|
|
|
|
{% block search %}
|
|
<div class="py-3">
|
|
{% include 'partials/list_search.html' %}
|
|
</div>
|
|
{% endblock %}
|