{% extends "base.html" %} {% block section %}Send Email{% endblock %} {% block title %}Send Email{% endblock %} {% block content %} ** Here you can send emails to other users in the system **
To:

Subject: {{ emailPrefix }}


{% endblock %}