{% extends 'root_email_template_new.html' %} {% block preheader %}Your BottleCRM account has been deactivated{% endblock preheader %} {% block heading %}Account Deactivated{% endblock heading %} {% block content_body %}

Your account has been deactivated by {{ status_changed_user }}. You'll receive an email if your account is reactivated.

{% endblock content_body %} {% block extra_content %}

Please contact your admin if you have any questions.

{% endblock extra_content %}