{% from 'macros.html' import comparison_chart, coverage_notice with context %}

{{ t[period] }}

{% if stats.percent is not none %}{{ t.compact_comparison }}{{ t.increased if stats.token_reduction < 0 else t.reduced }} {{ stats.percent }}%{% else %}{{ t.no_comparison }}{% endif %}

{% if stats.comparable_preparations > 0 %}{{ coverage_notice() }}{% endif %} {{ t.compact_estimate_notice }}
{{ comparison_chart(compact=true) }}