12 lines
151 B
HTML
12 lines
151 B
HTML
{% extends "emailbase.html" %}
|
|
{% block body %}
|
|
<p>
|
|
Attached the requested stats.
|
|
</p>
|
|
|
|
|
|
<p>
|
|
Best Regards, the Rowsandall Team
|
|
</p>
|
|
{% endblock %}
|