SQL Advance - My Messages

{% for note in notes %} {% endfor %}
Sender Subject Timestamp Status Preview Options
{% if not note.read %}{{ note.sender }}{% else %}{{ note.sender }}{% endif %} {% if not note.read %}{{ note.subject[:20] }}{% else %}{{ note.subject[:20] }}{% endif %} {% if not note.read %}{{ note.timestamp.strftime("%Y-%m-%d %H:%M") }}{% else %}{{ note.timestamp.strftime("%Y-%m-%d %H:%M") }}{% endif %} {% if not note.read %}Unseen{% else %}Seen{% endif %} {{ note.body[:45] }}{% if note.body|length > 45 %}...{% endif %} ViewReplyRemove

Sent Mail

{% for sent in sent %} {% endfor %}
Sender Subject Timestamp Status Preview Options
{% if not sent.read %}{{ sent.sender }}{% else %}{{ sent.sender }}{% endif %} {% if not sent.read %}{{ sent.subject[:20] }}{% else %}{{ sent.subject[:20] }}{% endif %} {% if not sent.read %}{{ sent.timestamp.strftime("%Y-%m-%d %H:%M") }}{% else %}{{ sent.timestamp.strftime("%Y-%m-%d %H:%M") }}{% endif %} {% if not sent.read %}Unseen{% else %}Seen{% endif %} {{ sent.body[:45] }}{% if sent.body|length > 45 %}...{% endif %} ViewReplyRemove

Send A Message


Recipient:

{% include '_footer.html' %}