{# Activity feed / timeline display for workspace regions #}
{{ title }}
{% if items %}
{% for item in items %}
{% if not loop.first %}{% endif %}
{{ item.created_at|timeago if item.created_at else '' }}
{% if item.actor or item.get('actor') %}
{{ item.actor or item.get('user', '') }}
{% endif %}
{{ item.description or item.get('action', '') or item.get('title', '') }}