Project Name | Budget | Balance | Actions |
---|---|---|---|
{{ 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 %}
|
{{ 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 |