{{ widget.title }}

{% if data.points %}{{ _('Highest {value}', value=data.highest) }}{% endif %}
{% if data.points %} {#- The same numbers for screen readers, which cannot read the drawing. -#} {% for point in data.points %} {% endfor %}
{{ widget.title }}
{{ point.label }}{{ point.value }}
{% else %}

{{ _('No data yet.') }}

{% endif %}