{% load i18n %}
{% for id, data in data.items %} {% if data.average %} {% trans "You've spent an average of" %} {% trans 'on the last 12 months, at this rate you could go by' %} {{ data.months }} {% trans 'months without any income.' %}
{% translate 'average expenses' %}
{% translate 'liquid total' %}
{% translate 'months left' %}
{{ data.months }}
{% endif %} {% endfor %}