Online SMS
History
{% if hist %}
Status
Name
Phone
Message
Date
{% for h in hist %}
{% if h.byme %} {% if h.sent %}
Sent
{% else %}
Pending
{% endif %} {% else %}
Received
{% endif %}
{{h.contact_name}}
{{h.phone}}
{{h.msg}}
{{h.created}}
{% endfor %}
{% else %}
You have not sent any SMS yet.
{% endif %} {% if next %}
Next
{% endif %}