{% load i18n %} {% comment %} One overview row. Expects: node, indent, icon, empty_label, row_class, search_path and, for the top level, is_root. {% endcomment %} {% if is_root %} {% if node.name %}{{ node.name }}{% else %}{{ empty_label }}{% endif %} {% else %} {% if node.name %}{{ node.name }}{% else %}{{ empty_label }}{% endif %} {% endif %} {% for currency in node.currencies.values %} {% if currency.shown.income != 0 %} {% else %}
-
{% endif %} {% endfor %} {% for currency in node.currencies.values %} {% if currency.shown.expense != 0 %} {% else %}
-
{% endif %} {% endfor %} {% for currency in node.currencies.values %} {% if currency.shown.total != 0 %} {% else %}
-
{% endif %} {% endfor %}