{% set page_group = "users" %} {% include 'components/head.html' %}
| Number of Texts This Month | Price Per Text | Estimated Cost |
|---|---|---|
| {{ textLog.count }} | $0.02 | ${{ textLog.count * 0.02 }} |
| # | Time | Customer ID | Phone Number | Name |
|---|---|---|---|---|
| {{ loop.index }} | {{ logItem.time }} | {{ logItem.id }} | {{ logItem.phone }} | {{ logItem.name }} |