{# Banner alert scorte. Richiede la variabile `alert_scorte` (lista mangimi sotto soglia). #}
{% if alert_scorte is defined and alert_scorte is not empty %}
⚠ Scorte sotto soglia:
{% for a in alert_scorte %}
{{ a.nome }}
({{ a.scorta }}/{{ a.soglia }} kg){{ not loop.last ? ' ·' : '' }}
{% endfor %}