{% if processing_delay_value and processing_delay_trend_delay is not none %}
{% if performanceType == 'fill' %} {% elseif performanceType == 'approve' %} {% elseif performanceType == 'validate' %} {% endif %}
{% if performanceType == 'fill' %}

Saisie

{% elseif performanceType == 'approve' %}

Approbation

{% elseif performanceType == 'validate' %}

Validation

{% endif %}

{{ (processing_delay_value ?? 0 ) |number_format(1, '.', ' ') }}

jour(s)
{% set trend = processing_delay_trend_delay ?? 0 %} {% set trend_display = (trend == 100) ? '+' ~ trend : trend |abs %}
{{ trend_display }}% vs mois précédent
{% else %}

Stats non disponible

{% endif %}