{% load i18n %}
{% for trans in transactions %} {% include 'transactions/fragments/item.html' with transaction=trans %} {% empty %}

{% translate "No transactions this month" %}

{% translate "Try adding one" %}

{% endfor %}