{% load i18n static %}

{{ slide.title }}

{% for metric in slide.content.sidebar_metrics %}
{{ metric.label }}
{{ metric.value }}
{% if metric.description %}
{{ metric.description }}
{% endif %}
{% endfor %} {% if slide.content.key_insight %}
{% trans "Key Insight" %}
{{ slide.content.key_insight }}
{% endif %}
{% if slide.content.chart_config %} {% endif %}