bgneal@801: {% extends 'messages/messages_base.html' %} bgneal@1018: {% load static from staticfiles %} bgneal@801: {% block messages_content %} bgneal@1133:

Inbox {{ inbox_pct }}% used

bgneal@801:

bgneal@801: This is your inbox. It contains messages sent to you by others. Messages in bold are unread. bgneal@806: Messages in italics indicate you have replied to the message. bgneal@801:

bgneal@801: {% if page.object_list %} bgneal@1133: {% include "core/v3/pagination.html" %} bgneal@818:
{% csrf_token %} bgneal@1133: bgneal@1133: bgneal@425: bgneal@425: bgneal@425: bgneal@425: bgneal@806: bgneal@425: bgneal@1133: bgneal@801: {% for msg in page.object_list %} bgneal@425: bgneal@1032: bgneal@425: bgneal@425: bgneal@806: bgneal@425: bgneal@425: {% endfor %} bgneal@425:
FromSubjectDate
bgneal@425: {{ msg.sender.username }} bgneal@805: {{ msg.subject }} bgneal@425: {{ msg.send_date|date:"M j, Y g:i A" }}
bgneal@806: bgneal@806: bgneal@1133:
bgneal@1133:
bgneal@1133: bgneal@1133: bgneal@1133:
bgneal@1133:
bgneal@425:
bgneal@1133: {% include "core/v3/pagination.html" %} bgneal@425: {% else %} bgneal@425:

Your Inbox is empty.

bgneal@425: {% endif %} bgneal@801: {% include 'messages/usage_graph.html' with pct_used=inbox_pct box_name='inbox' %} bgneal@801: {% endblock %} bgneal@1133: {% block custom_js %} bgneal@1133: bgneal@1133: {% endblock %}