{%- if icon %}{{ _icon_tile(icon, tone=tone, size="sm") }}{% endif %}
{{ label }}
{{ value }}{% if unit %}{{ unit }}{% endif %}
{#- NaN no es igual a sí mismo: un medidor no numérico no pinta barra. #}
{%- if meter is not none and (meter|float) == (meter|float) %}
{%- set _pct = [[meter|float, 0.0]|max, 100.0]|min %}
{{ hint }}
{%- endif %}