{% extends "base.html" %} {% block title %}Messages{% endblock %} {% load static %} {% block extra_js %} {% endblock %} {% block content %}

Chat messages

Use this page to find new messages posted to your lots, as well as any lots on which you've posted messages.
There are preferences to send email notifications for your lots (currently turned {% if data.email_me_when_people_comment_on_my_lots %}on{% else %}off{% endif %} for your account), as well as for lots you've commented on (notifications are {% if data.email_me_about_new_chat_replies %}on{% else %}off{% endif %}). If these settings are off, you won't get email notifications even if a lot is checked on this page.


{% for sub in subscriptions %} {% endfor %}
Notifications for new messages Lot number Lot Unread messages
{{ sub.lot.lot_number_display }} {{sub.lot.lot_name}} {% if sub.lot.user == request.user %}Your lot{% endif %} {% if sub.new_message_count %}{{ sub.new_message_count }}{% endif %}

{% endblock %}