{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

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

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