{% load lyric_extras %} {# My Scrolls applet row — room name | latest event prose | event ts. #} {# `item` is a Room w. `latest_event` attached by `annotate_latest_event`. #} {# Body cell concatenates actor + prose since the row has a single #} {# middle column (scroll.html splits them across + prose, but #} {# the applet row has no room for that). Welcome events (actor=None) #} {# render prose alone — `to_prose` already reads "Welcome to !". #}
  • {{ item.name|truncate_title }} {% if item.latest_event %} {% if item.latest_event.actor %}{{ item.latest_event.actor|display_name }} {% endif %}{{ item.latest_event.to_prose|striptags }} {% endif %}