diff --git a/app/templates/account_groups/fragments/list.html b/app/templates/account_groups/fragments/list.html index 9bf1b31..adc7a78 100644 --- a/app/templates/account_groups/fragments/list.html +++ b/app/templates/account_groups/fragments/list.html @@ -1,9 +1,9 @@ {% load i18n %}
-
+
{% spaceless %}
{% translate 'Account Groups' %} - -
+
{% spaceless %}
{% translate 'Accounts' %} - -
+
{% translate 'MON' %}
@@ -25,44 +25,44 @@ {% translate 'SUN' %}
-
+
{% for date in dates %} {% if date %} -
-
-
{{ date.date|date:"l"|lower }}
+
+
{{ date.date|date:"l"|lower }}
{{ date.day }}
{% for transaction in date.transactions %} {% if transaction.is_paid %} {% if transaction.type == "IN" and not transaction.account.is_asset %} - + {% elif transaction.type == "IN" and transaction.account.is_asset %} - + {% elif transaction.type == "EX" and not transaction.account.is_asset %} - + {% elif transaction.type == "EX" and transaction.account.is_asset %} - + {% endif %} {% else %} {% if transaction.type == "IN" and not transaction.account.is_asset %} - + {% elif transaction.type == "IN" and transaction.account.is_asset %} - + {% elif transaction.type == "EX" and not transaction.account.is_asset %} - + {% elif transaction.type == "EX" and transaction.account.is_asset %} - + {% endif %} {% endif %} {% endfor %}
{% else %} -
+
{% endif %} {% endfor %}
diff --git a/app/templates/calendar_view/pages/calendar.html b/app/templates/calendar_view/pages/calendar.html index 5f8e01a..b3db3e3 100644 --- a/app/templates/calendar_view/pages/calendar.html +++ b/app/templates/calendar_view/pages/calendar.html @@ -17,7 +17,7 @@
{# Date picker#}
-
+ -
{{ month|month_name }} {{ year }}
-
+
-
+
{% spaceless %}
{% translate 'Categories' %} -
-
+
-
+
-
+
{% trans "Flat Total" %}
-