{# Activity feed region — UX-035 adopter #10. v0.62 CSS refactor: inline Tailwind → semantic .dz-activity-* classes (components/regions.css). Bubble gets .is-clickable when wired to action_url so the hover state lives in CSS. #} {% from 'macros/region_wrapper.html' import region_card %} {% call region_card(title) %} {% if items %} {% else %}
{{ empty_message or "No activity yet" }}
{% endif %} {% endcall %}