{% set page_group = "users" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}

{{box_title}}

Total Buys Total Texts Total Customers Total Emails
{{bkstats.totalBuys|number_format}} {{bkstats.totalTexts|number_format}} {{bkstats.totalCustomers|number_format}} {{bkstats.totalEmails|number_format}}
{% include 'components/footer.html' %}