{% extends "base.html" %} {% import "bootstrap_wtf.html" as wtf %} {% block content %}

{{ _('Send Message to %(recipient)s', recipient=recipient) }}

{{ wtf.quick_form(form) }} {% endblock %}