{{ f.type|budget_element_type_display(family) }}
|
{{ f.amount|format_currency('EUR') }} |
{% if f.endDate is not null %}
{{ 'Valid since %startDate% until %endDate%'|trans( { '%startDate%': f.startDate|format_date('short'), '%endDate%': f.endDate|format_date('short') } ) }}
{% else %}
{{ 'Valid since %startDate%'|trans( { '%startDate%': 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 %}