{{ dashboard_balance_cents|money_suffix(dashboard_currency, 2) }}
{% extends 'base.html.twig' %} {% block title %}Tableau de bord — VIIZIA{% endblock %} {% block stylesheets %} {{ parent() }} {% if dashboard_empty is not defined or not dashboard_empty %} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% if dashboard_empty is not defined or not dashboard_empty %} {% endif %} {% endblock %} {% block body %} {% if dashboard_empty is defined and dashboard_empty %}
Bienvenue {{ app.user.firstName }}. Aucune organisation n’est disponible pour le moment.
{{ dashboard_balance_cents|money_suffix(dashboard_currency, 2) }}
{{ dashboard_income_cents|money_suffix(dashboard_currency, 2) }}
{% else %}Pas de données sur la période
{% endif %}{{ dashboard_expense_cents|money_suffix(dashboard_currency, 2) }}
{% else %}Pas de données sur la période
{% endif %}{{ dashboard_net_cents|money_suffix(dashboard_currency, 2) }}
{{ dashboard_chart_subtitle }}
{{ dashboard_account_rows|length }} compte{{ dashboard_account_rows|length > 1 ? 's' : '' }}
Aucun compte bancaire pour cette organisation.
{% endfor %} {% if dashboard_account_rows is not empty %}{{ dashboard_period_summary }} · les plus récentes correspondant aux filtres
Aucune transaction pour le moment.
{% endfor %}{{ dashboard_period_summary }} · top {{ dashboard_donut_slices|length }}
Pas assez de données catégorisées sur cette période.
{% endif %}