{{ var_name }}
{{ var_type }}

{% if alerts | length > 0 %} {% if alerts[0].__class__.__name__ == 'list' %} {% set n_labels = style.labels | length %} {% for idx in range(n_labels) %} {% endfor %} {% for idx in range(n_labels) %} {% endfor %}
{{ style.labels[idx] }}
{% if alerts[idx] | length > 0 %}

{% for alert in alerts[idx] %} {{ alert }}  {% endfor %}

{% else %} No alerts {% endif %}
{% else %} {% if alerts | length > 0 %}

{% for alert in alerts %} {{ alert }}  {% endfor %}

{% else %} No alerts {% endif %} {% endif %} {% endif %}

{{ description }}