{{ status_text }}
{{ mode_tag | default('Mix') }}
{{ meta_title }}
{{ category }}
{% if metrics %} {% for item in metrics %}
{{ item.label }}:
{{ item.value }}
{% endfor %} {% endif %}
{% if clusters %} {% for item in clusters %}
{{ item.label }}
{{ item.amount_text }}
{{ item.subtype }}
{% endfor %} {% else %}
No clusters found.
{% endif %}