{% extends "templated_email/email_base.email" %} {% block subject %} Invitation Email {% endblock %} {% block plain %}

Hi {{full_name}},

You are receiving this email for joining the ZOD bank platform. Please use {{ url }} link to join the platform.
Your credentials are:- username = {{email}} and password {{password}}

Below are the steps to complete the account and how to use this platform.

{% endblock %}