mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-20 06:37:24 +02:00
feat: first batch of work
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% load tools %}
|
||||
{% load i18n %}
|
||||
<div class="tw:grid tw:grid-cols-1 tw:gap-4 tw:mb-3">
|
||||
<div class="grid grid-cols-1 gap-4 mb-3">
|
||||
{% for account_id, account in totals.items %}
|
||||
<div>
|
||||
<c-ui.account_card :account="account" :account_id="account_id"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{% load tools %}
|
||||
{% load i18n %}
|
||||
<div class="tw:grid tw:grid-cols-1 tw:gap-4 tw:mb-3">
|
||||
<div class="grid grid-cols-1 gap-4 mb-3">
|
||||
{% for currency_id, currency in totals.items %}
|
||||
<div>
|
||||
<c-ui.currency_card :currency="currency" :currency_id="currency_id"
|
||||
|
||||
Reference in New Issue
Block a user