Validation des contreparties
{% for selection in selections %} {% set currentActivation = selection.type.nombreActivation|default(0) %} {% set projectedActivation = currentActivation + selection.quantite %} {% set maxActivation = selection.type.nombreMax|default(0) %} {% else %} {% endfor %}
Contrepartie Quantité Activations Valeur
{{ selection.type.nom }} {{ selection.quantite }} {{ currentActivation }} -> {{ projectedActivation }} / {{ maxActivation }} {{ selection.valeur|separate_thousands }} €
Aucune sélection en attente.
Total {{ total|separate_thousands }} €
{% if selections|length > 0 %}
{% endif %}