{% extends "orangeapisms/base.html" %} {% block content %} {% for msg in messages_log %} {% endfor %}
UUIDTypeOnIdentityStatusContent
{{ msg.suuid }}{{ msg.sms_type_verbose }}{{ msg.created_on }}{{ msg.identity }}{{ msg.status_verbose }}{{ msg.content }}
{% include "orangeapisms/paginator.html" with cursor=messages_log %} {% endblock %}