feat: automated replacement

This commit is contained in:
Herculino Trotta
2025-10-28 14:13:30 -03:00
parent dd82289488
commit e600d87968
167 changed files with 4442 additions and 2503 deletions

View File

@@ -1,13 +1,13 @@
{% load tools %}
{% load i18n %}
<div class="row row-cols-1 g-4 mb-3">
<div class="tw:grid tw:grid-cols-1 tw:gap-4 tw:mb-3">
{% for account_id, account in totals.items %}
<div class="col">
<div>
<c-ui.account_card :account="account" :account_id="account_id"
:percentages="percentages"></c-ui.account_card>
</div>
{% empty %}
<div class="col">
<div>
<c-msg.empty
title="{% translate "No information to display" %}"></c-msg.empty>
</div>