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

Your account has been activated by {{ status_changed_user }}. You can now log in and access all BottleCRM features.

{% endblock content_body %} {% block button_link %} {% if url %} Log In {% endif %} {% endblock button_link %}