{% if f.isResource %}
{{ f.resource.name|localize_translatable_string }}
{% else %}
{{ f.charge.name|localize_translatable_string }}
{% endif %}
|
{{ f.amount|format_currency('EUR') }} |
{% if f.endDate is not null %}
{{ f.startDate|format_date('short') ~ ' - ' ~ f.endDate|format_date('short') }}
{% else %}
{{ 'depuis le ' ~ f.startDate|format_date('short') }}
{% endif %}
|
{% if is_granted('CHILL_BUDGET_ELEMENT_SEE', f) %}
-
{% endif %}
{% if is_granted('CHILL_BUDGET_ELEMENT_UPDATE', f) %}
-
{% endif %}
{% if is_granted('CHILL_BUDGET_ELEMENT_DELETE', f) %}
-
{% endif %}
|
{% endfor %}