{% load tz static i18n filters conditions %}
{% blocktrans %}hello {{ user_first_name }},{% endblocktrans %}
{% blocktrans %}we have successfully credited your account with {{ amount }}. your current balance is {{ balance }}.{% endblocktrans %}
{% blocktrans %}if you have any questions, feel free to contact our support at {{ contact_email }}.{% endblocktrans %}
{% blocktrans %}best regards,the {{ project_name }} team{% endblocktrans %}