{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}
| {{ 'budget'|_ }} | {{ 'budgeted'|_ }} | {{ 'spent'|_ }} | {{ 'left'|_ }} | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {% if budgetInformation[budget.id]['currentLimit'] %} {{ budget.name }} {% else %} {{ budget.name }} {% endif %} |
{{ defaultCurrency.symbol|raw }}
{% if budgetInformation[budget.id]['currentLimit'] %}
{% set repAmount = budgetInformation[budget.id]['currentLimit'].amount %}
{% else %}
{% set repAmount = '0' %}
{% endif %}
|
{{ budgetInformation[budget.id]['spent']|formatAmount }} | {{ (repAmount - budgetInformation[budget.id]['spent'])|formatAmount }} | {#|||||||
|
|
|
|
{{ 'spent'|_ }}
{{ session('start').formatLocalized(monthAndDayFormat) }} - {{ session('end').formatLocalized(monthAndDayFormat) }} |
|
|
|