feat: add active and finished tabs to installment plan management

This commit is contained in:
Herculino Trotta
2024-11-04 00:09:11 -03:00
parent b351a549f4
commit db04845313
5 changed files with 127 additions and 64 deletions
@@ -4,5 +4,5 @@
{% block title %}{% translate 'Installment Plans' %}{% endblock %}
{% block content %}
<div hx-get="{% url 'installment_plans_list' %}" hx-trigger="load, updated from:window" class="show-loading"></div>
<div hx-get="{% url 'installment_plans_list' %}" hx-trigger="load" class="show-loading"></div>
{% endblock %}