{% set page_group = "users" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
Number of Texts This Month Price Per Text Estimated Cost
{{ textLog.count }} $0.02 ${{ textLog.count * 0.02 }}

{{box_title}}

{% for logItem in textLog.logItems %} {% endfor %}
# Time Customer ID Phone Number Name
{{ loop.index }} {{ logItem.time }} {{ logItem.id }} {{ logItem.phone }} {{ logItem.name }}


Jump to Page: • Show:
{% include 'components/footer.html' %}