{% extends 'admin/master.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block body %}

We welcome comments and suggestions on how we can make this tool better.
Please feel free to provide any constructive feedback below.

{{ wtf.form_field(form.category) }} {{ wtf.form_field(form.comment) }} {{ wtf.form_field(form.submit) }}
{% endblock %}