{% extends "kstore/superbase.html" %} {% block content %}

{{ jerarquia|last }} Bandeja de entrada

Compose
  • Inbox {{ new_messages }}
  • Important
  • Sent
  • Draft 1
  • Trash 2333
  • Promotions 2
  • News
    {% for contact in mail_contacts %}
  • {{ contact.full_name }}
  • {% endfor %}

Inbox

{% for message in messages %} {% endfor %}
1-30 of 789 < >
{{ message.sender }} {{ message.subject }} 16:30 PM
{% endblock %}