{% load lyric_extras %} {# My Games 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. 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|at_handle }} {% endif %}{{ item.latest_event.to_prose|striptags }} {% endif %}