{% if !tasks.is_empty() %}
{% for task in &tasks %}
{{ task.message }} {% if !task.is_running %}
{% endif %}
{% endfor %}
{% else %}
{% endif %}