{% load madga_studio_tags %}
{% if icon %}{% studio_icon icon size=13 %}{% endif %} {{ label }}
{{ value }}
{% if delta %}
{% if delta_dir == 'up' %}{% studio_icon "chevron-up" size=11 stroke=2.5 %}{% elif delta_dir == 'down' %}{% studio_icon "chevron-down" size=11 stroke=2.5 %}{% endif %} {{ delta }}
{% elif meta %}
{{ meta }}
{% endif %}