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

right{{ mesg }}

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

wrong{{ mesg }}

{% endfor %}

Following mail content are send to applicant:

Subject : {{subject}}

{% include 'back_office/email/bo_mail_template.html' %}

Do you want to send mail?

Yes No