{% import '@CoreVisualizations/macros.twig' as macros %} {% if not isWidget %}
{% endif %} {% if title is not empty %}

{{ title }}

{% endif %} {% if not isWidget %}
{% endif %} {% if sparklines|length == 1 %} {% for key, sparkline in sparklines|first %} {% if loop.index0 is even %} {{ macros.singleSparkline(sparkline, allMetricsDocumentation, areSparklinesLinkable) }} {% endif %} {% endfor %} {% else %} {% for group in sparklines %} {% if loop.index0 is even %}
{% for key, sparkline in group %} {{ macros.singleSparkline(sparkline, allMetricsDocumentation, areSparklinesLinkable) }} {% endfor %}
{% endif %} {% endfor %} {% endif %} {% if not isWidget %}
{% endif %} {% if sparklines|length == 1 %} {% for key, sparkline in sparklines %} {% if loop.index0 is odd %} {{ macros.singleSparkline(sparkline, allMetricsDocumentation, areSparklinesLinkable) }} {% endif %} {% endfor %} {% else %} {% for group in sparklines %} {% if loop.index0 is odd %}
{% for key, sparkline in group %} {{ macros.singleSparkline(sparkline, allMetricsDocumentation, areSparklinesLinkable) }} {% endfor %}
{% endif %} {% endfor %} {% endif %}
{% if not isWidget %}
{% endif %} {% if areSparklinesLinkable %} {% include "_sparklineFooter.twig" %} {% endif %} {% if footerMessage is not empty %}
{{ footerMessage | raw }}
{% endif %} {% if not isWidget %}
{% endif %}