{% extends "main/base_template.html" %} {% block title %}Roo.me - Chat{% endblock %} {%block style %} {% endblock %} {% block content %}

Recent Chats

{% if user.is_seeker %}

Chat with {{chat_messages.first.connection.apartment.owner.first_name}}

{% else %}

Chat with {{chat_messages.first.connection.seeker.base_user.first_name}}

{% endif %} {% for msg in chat_messages %} {% if msg.author == user %}

{{msg}}

{{msg.date_written}}
{% else %}
{% if user.is_seeker %}
nopic
{% else %}
nopic
{% endif %}

{{ msg }}

{{msg.date_written}}
{% endif %} {% endfor %}
{% csrf_token %}
{% endblock %}