{% extends 'mails/base_layout.mnjk' %} {% block body %} {% if approved %} Your registration was approved! {% else %} Sorry, your registration was rejected. {% endif %} {% if approved %} An administrator approved your registration. You can now log in to your account. {% else %} Your registration was rejected and your account was deleted from our database. If you believe that this is an error, please contact us via email. {% endif %} {% if approved %} Login {% endif %} {% endblock %} {% block text %} {% if approved %} Hi Your registration was approved! You can now log in to your account by follwing this link: {{ link|safe }} {% else %} Hi Sorry, your registration was rejected. Your account was deleted from our database. If you believe that this is an error, please contact us via email. {% endif %} {% endblock %}