{# Signal ticker (feed right rail). A glanceable, reverse-chron digest of the signals the observatory just surfaced — new-item matches against Keep assets and succession alerts — distinct from the discovery feed beside it. #}
관측 신호
    {% for a in activity %}
  1. {{ '새 신호' if a.kind == 'signal' else '승계' }} {{ a.changed_at | reltime }}

    {{ a.tech_title }} {% if a.kind == 'signal' and a.matched_title %}

    {% if a.matched_tech_id %} ↳ {{ a.matched_title }} {% else %} ↳ {{ a.matched_title }} {% endif %}

    {% endif %}
  2. {% endfor %}