{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render }} {% endblock %} {% block content %} {% include 'partials.boxes' %}
{# ACCOUNTS #} {# BUDGETS #} {# CATEGORIES #}
{# TRANSACTIONS #}
{% for data in transactions %}
{% if data.transactions|length > 0 %}
{% include 'list.groups-tiny' with {'transactions': data.transactions,'account': data.account} %}
{% else %}

{{ trans('firefly.no_transactions_account', {name: data.account.name}) }}

{% endif %}
{% endfor %}
{% if billCount > 0 %} {# BILLS #} {% endif %} {# box for piggy bank data (JSON) #}
{# EXPENSE ACCOUNTS #} {# OPTIONAL REVENUE ACCOUNTS #}
{% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}