{{ form(extra) }}
{% for project in pagination %} {% else %} {% endfor %}
Project NameBudgetBalanceActions
{{ knp_pagination_render(pagination) }}
{{ project.name }},
{% if project.start is not null and project.end is not null %} {{ project.start|date(date_format) ~ ' - ' ~ project.end|date(date_format) }} {% endif %}
{{ project.currency }} {{ project.budget|number_format(2, '.', ',') }} {{ project.currency }} {{ project.bal|number_format(2,'.',',') }} {% set id = project.id %}
{% if project.budget < project.amountSpread %} {% set msg = ['The sum of the amount in the budgets exceeds the project clients contributions sum by', project.currency, '.']|join %} {% set excess = project.amountSpread - project.budget %} Error {% endif %} {{ include('AlsuiteFinanceBundle:Project:del.html.twig', {'id': id, 'action': 'Delete', 'object': 'Project', 'route': path('project_del', {'id': id})}) }}
{{ render(controller('AlsuiteFinanceBundle:Project:contributors', {'id': id})) }}
{{ render(controller('AlsuiteFinanceBundle:Project:budgets', {'id': id})) }}
There are either no projects currently or none matching your search criteria.
Create A Project