{% 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 %}