{%- import "utils.html" as utils with context -%} {% extends "layout.html" %} {% block head %} {{ local_actor.display_name }} - Direct messages {% endblock %} {% block content %} {% for anybox_object, convo, actors in threads %}
With {% for actor in actors %} {{ actor.handle }} {% endfor %}
{{ utils.display_object(anybox_object) }} {% endfor %} {% endblock %}