feat: add empty message for all management pages

This commit is contained in:
Herculino Trotta
2024-11-04 21:44:06 -03:00
parent d4006264be
commit 395578e558
9 changed files with 37 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
</div>
<div class="border p-3 rounded-3 table-responsive">
{% if transaction_rules %}
<table class="table table-hover">
<thead>
<tr>
@@ -65,5 +66,8 @@
{% endfor %}
</tbody>
</table>
{% else %}
<c-msg.empty title="{% translate "No rules" %}" :remove-padding="True"></c-msg.empty>
{% endif %}
</div>
</div>