{% macro kpi_bar(items, extra_class='') -%}
{% for item in items %}

{{ item.label }}: {{ item.value }} {% if item.get('show_edit') %} {% endif %}

{% endfor %}
{%- endmacro %}