{# Timeline region — UX-035 adopter #7. Contract: ~/.claude/skills/ux-architect/components/timeline-region.md (UX-067) v0.62 CSS refactor: inline Tailwind → semantic .dz-timeline-* classes (components/regions.css). Hover state on `is-clickable` modifier toggled by `{% if action_url %}`; attention accent still flows through the unchanged attention_classes macro. #} {% from 'macros/status_badge.html' import render_status_badge %} {% from 'macros/region_wrapper.html' import region_card %} {% from 'macros/attention_accent.html' import attention_classes %} {% call region_card(title) %}
{% if items %} {% if total > items | length %}

Showing {{ items | length }} of {{ total }}

{% endif %} {% else %}

{{ empty_message | default("No events yet.") }}

{% endif %}
{% endcall %}