{% load i18n prometric_extras %} {% comment %}Horizontal share bars. Context: items (BreakdownItems), optional kind ("country"/"status").{% endcomment %} {% if items %}
{% for item in items %}
{% if kind == "country" %}{{ item.label|flag }} {% endif %}{{ item.label }} {{ item.value|num }}
{% endfor %}
{% else %}

{% translate "No data in this period." %}

{% endif %}