{% extends 'back_office/bo_layout.html' %} {% block head %} {% endblock %} {% block title %}About Membership Number Generated{% endblock %} {% block content %} {% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×

right{{ mesg }}

{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}
×

wrong{{ mesg }}

{% endfor %}

Do you want to send mail?

Yes No
Send sample

Following mail content are send to applicant:

Subject : {{subject}}

{% include 'back_office/email/bo_mail_template.html' %}
{% endblock %} {% block script %} {% endblock %}