diff --git a/app/templates/transactions/fragments/list.html b/app/templates/transactions/fragments/list.html index 488de2c..454df33 100644 --- a/app/templates/transactions/fragments/list.html +++ b/app/templates/transactions/fragments/list.html @@ -1,5 +1,16 @@ +{% load i18n %}
{% for trans in transactions %} {% include 'transactions/fragments/item.html' with transaction=trans %} + {% empty %} +
+
+
+ +

{% translate "No transactions for this month" %}

+

{% translate "Why don't you add one?" %}

+
+
+
{% endfor %}