{{ component.name }} {{ component.acronym }}
Pondération {{ component.weighting ?? 'N/A' }} %
Budget {{ component.budget ? component.budget|format_currency(component.currency, {fraction_digit: 0}) }}
Statut {{ component.status | trans }}
Date de début {{ component.startDate | date('d') ~' '~ component.startDate | date('M') | trans ~' '~ component.startDate | date('Y') }}
Date de fin {{ component.endDate | date('d') ~' '~ component.endDate | date('M') | trans ~' '~ component.endDate | date('Y') }}
Progression {{ component.progress }}% {{ component.progress }}/100
{% if (component.responsible) %} {% endif %} {% if (component.monitor) %} {% endif %}
{% include "partials/_wishlist_btn.html.twig" with {wishlist : component.isWishlist, type: 'component', acronym: component.acronym } %}