{% if this.savingsGoal %}

{% if this.savingsGoal.isArchived %}
{{ ux_icon('streamline-flex:padlock-square-1-remix', { class: 'w-5 h-5 text-red-600' }) }}
{% else %}
{{ ux_icon('streamline-flex:padlock-square-2-remix', { class: 'w-5 h-5 text-green-600' }) }}
{% endif %} {{ this.savingsGoal.name }}

{% if this.savingsGoal.isArchived %} {% else %} {% endif %}

Prévu

{{ (this.savingsGoal.targetAmount / 100)|format_currency('EUR') }}

Disponible

{{ (this.savingsGoal.getCurrentAmount() / 100)|format_currency('EUR') }}

Date d'échéance

{{ this.savingsGoal.targetDate ? this.savingsGoal.targetDate|date('d/m/Y') : 'Pas de date limite' }}

{% endif %}