{% 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`. #}
  • {{ item.name|truncate_title }} {% if item.latest_event %} {{ item.latest_event.to_prose|striptags }} {% endif %}