{{ contributor.client }} |
{{ currency }} {{ contributor.amount|number_format(2, '.', ',') }} |
{#{{ contributor.bal|number_format(2,'.',',') }} | #}
{% if contributor.accountsClass is not null %}
{{ contributor.accountsClass.getName() }}
{% endif %}
|
{% if contributor.accountsSubClass is not null %}
{{ contributor.accountsSubClass.getName() }}
{% endif %}
|
{% if contributor.receivedOn is not null %}
{{ contributor.receivedOn|date(date_format) }}
{% endif %}
|
{% set id = contributor.id %}
Edit
Delete
{{ include('AlsuiteFinanceBundle:Project:delContributor.html.twig',
{'id': id, 'action': 'Delete', 'object': 'Client Financing', 'modal': 'donor',
'route': path('contributor_del', {'id': id})})
}}
|
{% else %}