{% extends 'flask_user/_public_base.html' %} {% block content %}

Manage Mail

Use *all to send an internal message to all users. To send a message to multiple users, use a comma (,) to separate usernames.
Send internal message to another user
Username
Message

{% if show_mail %}

{{markup_content}}
From Message Time Options
{% endif %} {% if not show_mail %} {{markup_content}} {% endif %}

 

{% endblock %}