{% extends "base.html" %} {% load static %} {% block content %}
{% if item.latest_message.sender == request.user %} You: {% else %} {{ item.other_user.username }}: {% endif %} {{ item.latest_message.body|truncatechars:90 }}
No messages yet.
You have no conversations yet.