{% set mx = [1] %} {% if actual and actual | max > 0 %}{% set _ = mx.__setitem__(0, actual | max) %}{% endif %} {% for v in actual %}
{% endfor %}