diff --git a/app/templates/account_groups/fragments/list.html b/app/templates/account_groups/fragments/list.html index 10878e7..5eea86d 100644 --- a/app/templates/account_groups/fragments/list.html +++ b/app/templates/account_groups/fragments/list.html @@ -14,47 +14,50 @@ {% endspaceless %} -
- {% if account_groups %} - - - - - - - - - {% for account_group in account_groups %} - - - - - {% endfor %} - -
{% translate 'Name' %}
- {% else %} - - {% endif %} +
+
+ {% if account_groups %} + + + + + + + + + + {% for account_group in account_groups %} + + + + + {% endfor %} + +
{% translate 'Name' %}
+ {% else %} + + {% endif %} +
diff --git a/app/templates/accounts/fragments/list.html b/app/templates/accounts/fragments/list.html index 36a18a4..0913aeb 100644 --- a/app/templates/accounts/fragments/list.html +++ b/app/templates/accounts/fragments/list.html @@ -14,56 +14,61 @@ {% endspaceless %} -
- {% if accounts %} - - - - - - - - - - - - - {% for account in accounts %} - - - - - - - - - {% endfor %} - -
{% translate 'Name' %}{% translate 'Currency' %}{% translate 'Exchange Currency' %}{% translate 'Is Asset' %}{% translate 'Archived' %}
- {% else %} - - {% endif %} +
+
+ {% if accounts %} + + + + + + + + + + + + + + + {% for account in accounts %} + + + + + + + + + + {% endfor %} + +
{% translate 'Name' %}{% translate 'Group' %}{% translate 'Currency' %}{% translate 'Exchange Currency' %}{% translate 'Is Asset' %}{% translate 'Archived' %}
+ {% else %} + + {% endif %} +
diff --git a/app/templates/categories/fragments/list.html b/app/templates/categories/fragments/list.html index 572d48b..f14ba09 100644 --- a/app/templates/categories/fragments/list.html +++ b/app/templates/categories/fragments/list.html @@ -14,51 +14,54 @@ {% endspaceless %} -
- {% if categories %} - - - - - - - - - - {% for category in categories %} - - - - - - {% endfor %} - -
{% translate 'Name' %}{% translate 'Muted' %}
-
- - - -
-
{{ category.name }} - {% if category.mute %}{% endif %} -
- {% else %} - - {% endif %} +
+
+ {% if categories %} + + + + + + + + + + + {% for category in categories %} + + + + + + {% endfor %} + +
{% translate 'Name' %}{% translate 'Muted' %}
+
+ + + +
+
{{ category.name }} + {% if category.mute %}{% endif %} +
+ {% else %} + + {% endif %} +
diff --git a/app/templates/cotton/config/search.html b/app/templates/cotton/config/search.html new file mode 100644 index 0000000..106ca1f --- /dev/null +++ b/app/templates/cotton/config/search.html @@ -0,0 +1,11 @@ +{% load i18n %} + diff --git a/app/templates/currencies/fragments/list.html b/app/templates/currencies/fragments/list.html index 8a7cbd7..bce5f29 100644 --- a/app/templates/currencies/fragments/list.html +++ b/app/templates/currencies/fragments/list.html @@ -14,49 +14,52 @@ {% endspaceless %} -
- {% if currencies %} - - - - - - - - - - {% for currency in currencies %} - - - - - - {% endfor %} - -
{% translate 'Code' %}{% translate 'Name' %}
-
- - - -
-
{{ currency.code }}{{ currency.name }}
- {% else %} - - {% endif %} +
+
+ {% if currencies %} + + + + + + + + + + + {% for currency in currencies %} + + + + + + {% endfor %} + +
{% translate 'Code' %}{% translate 'Name' %}
+
+ + + +
+
{{ currency.code }}{{ currency.name }}
+ {% else %} + + {% endif %} +
diff --git a/app/templates/entities/fragments/list.html b/app/templates/entities/fragments/list.html index d84f2ba..0c0c5ca 100644 --- a/app/templates/entities/fragments/list.html +++ b/app/templates/entities/fragments/list.html @@ -14,47 +14,50 @@ {% endspaceless %} -
- {% if entities %} - - - - - - - - - {% for entity in entities %} - - - - - {% endfor %} - -
{% translate 'Name' %}
-
- - - -
-
{{ entity.name }}
- {% else %} - - {% endif %} +
+
+ {% if entities %} + + + + + + + + + + {% for entity in entities %} + + + + + {% endfor %} + +
{% translate 'Name' %}
+
+ + + +
+
{{ entity.name }}
+ {% else %} + + {% endif %} +
diff --git a/app/templates/exchange_rates/fragments/list.html b/app/templates/exchange_rates/fragments/list.html index cb5cc28..218320a 100644 --- a/app/templates/exchange_rates/fragments/list.html +++ b/app/templates/exchange_rates/fragments/list.html @@ -35,8 +35,10 @@ {% endfor %} - -
+ +
+
+
diff --git a/app/templates/installment_plans/fragments/list.html b/app/templates/installment_plans/fragments/list.html index 2890590..0b788df 100644 --- a/app/templates/installment_plans/fragments/list.html +++ b/app/templates/installment_plans/fragments/list.html @@ -26,7 +26,9 @@ -
+
+
+
diff --git a/app/templates/installment_plans/fragments/table.html b/app/templates/installment_plans/fragments/table.html index d53c533..413e9c5 100644 --- a/app/templates/installment_plans/fragments/table.html +++ b/app/templates/installment_plans/fragments/table.html @@ -1,11 +1,13 @@ {% load currency_display %} {% load i18n %} {% if active %} -
+
{% else %} -
+
{% endif %} {% if installment_plans %} + +
diff --git a/app/templates/recurring_transactions/fragments/list.html b/app/templates/recurring_transactions/fragments/list.html index b532788..335d232 100644 --- a/app/templates/recurring_transactions/fragments/list.html +++ b/app/templates/recurring_transactions/fragments/list.html @@ -29,7 +29,9 @@ -
+
+
+
diff --git a/app/templates/recurring_transactions/fragments/table.html b/app/templates/recurring_transactions/fragments/table.html index 700185f..8d735ee 100644 --- a/app/templates/recurring_transactions/fragments/table.html +++ b/app/templates/recurring_transactions/fragments/table.html @@ -1,13 +1,15 @@ {% load currency_display %} {% load i18n %} {% if status == "active" %} -
+
{% elif status == 'paused' %} -
+
{% elif status == 'finished' %} -
+
{% endif %} {% if recurring_transactions %} + +
diff --git a/app/templates/rules/fragments/list.html b/app/templates/rules/fragments/list.html index fc5530b..29577bf 100644 --- a/app/templates/rules/fragments/list.html +++ b/app/templates/rules/fragments/list.html @@ -14,60 +14,63 @@ {% endspaceless %} -
- {% if transaction_rules %} -
- - - - - - - - - {% for rule in transaction_rules %} - - + + + {% endfor %} + +
{% translate 'Name' %}
- +
{{ rule.name }}
+
{{ rule.description }}
+
+ {% else %} + + {% endif %} +
diff --git a/app/templates/tags/fragments/list.html b/app/templates/tags/fragments/list.html index 8d5e266..61355e9 100644 --- a/app/templates/tags/fragments/list.html +++ b/app/templates/tags/fragments/list.html @@ -14,47 +14,50 @@ {% endspaceless %}
-
- {% if tags %} - - - - - - - - - {% for tag in tags %} - - - - - {% endfor %} - -
{% translate 'Name' %}
-
- - - -
-
{{ tag.name }}
- {% else %} - - {% endif %} +
+
+ {% if tags %} + + + + + + + + + + {% for tag in tags %} + + + + + {% endfor %} + +
{% translate 'Name' %}
+
+ + + +
+
{{ tag.name }}
+ {% else %} + + {% endif %} +