{{ month_end_year }}
{% if month_end_year_picker_visible %}
{% endif %}
{% for tile in month_end_tiles %}
{% set _empty = tile.end_value is none %}
{% set _pos = tile.mom_delta_pct is not none and tile.mom_delta_pct > 0 %}
{% set _neg = tile.mom_delta_pct is not none and tile.mom_delta_pct < 0 %}
{{ tile.label }}{% if tile.is_current %} · current{% endif %}