mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-27 18:09:25 +02:00
feat: add empty message for all management pages
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
{% else %}
|
||||
<div class="card-body show-loading" hx-get="{% url 'finished_installment_plans_list' %}" hx-trigger="updated from:window" hx-swap="outerHTML">
|
||||
{% endif %}
|
||||
{% if installment_plans %}
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
@@ -66,4 +67,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% else %}
|
||||
<c-msg.empty title="{% translate "No installment plans" %}" :remove-padding="True"></c-msg.empty>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user