{% extends '::email.html.twig' %} {% block subject %} {{ subject }} {% endblock %} {% block body %}
Account: {{ engen_account.companyName|trim }}
Hi {{ name }}
Please note that you have less than 20% of your fuel account spend remaining.
Your account balance is: R{{ engen_account.AccountBalance|number_format(2, '.', '') }}. Your account deposit was: R{{ engen_account.deposit|number_format(2, '.', '') }}.
Kindly top up your account to prevent it from going into arrears.
{% endblock %}