{% load natural %} {% load i18n %} {% regroup page_obj by date|customnaturaldate as transactions_by_date %}
{% for x in transactions_by_date %}
{% for transaction in x.list %} {% endfor %}
{% empty %}

{% translate "No transactions found" %}

{% translate "Try adding one" %}

{% endfor %} {% if page_obj.has_other_pages %}
{% endif %} {# Floating bar#}
{% spaceless %}
{% endspaceless %}