{% extends 'back_office/bo_layout.html' %} {% block head %} {% endblock %} {% block title %}Mail content{% 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 send this email?

Yes No

The following mail will be sent.

Subject : {{subject}}

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