{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}
{{ 'budget'|_ }} | {{ 'budgeted'|_ }} | {{ 'left'|_ }} ({{ 'per_day'|_|lower }}) |
---|---|---|
{% if budgetInformation[budget.id]['currentLimit'] %} {{ budget.name }} {% else %} {{ budget.name }} {% endif %} | {% if budgetInformation[budget.id]['currentLimit'] %} {% set repAmount = budgetInformation[budget.id]['budgeted'] %} {% else %} {% set repAmount = '0' %} {% endif %}
{{ defaultCurrency.symbol|raw }}
|
{{ (repAmount + budgetInformation[budget.id]['spent'])|formatAmount }} {% if repAmount + budgetInformation[budget.id]['spent'] > 0 %} ({{ ((repAmount + budgetInformation[budget.id]['spent']) / activeDaysLeft)|formatAmount }}) {% endif %} |