{# vim: set ts=2 et sts=2 sw=2: #}

{{ _('What is your reply about?') }}

{% for resp in canned_responses %}

{{ resp.title }}

    {% for topic in resp.responses %}
  • {{ topic.title }} {{ topic.response }}
  • {% endfor %}
{% endfor %}

{{ _('Get personal') }}

{% trans %} Tweak it and make it your own. Personalized messages go a long way in helping others. {% endtrans %}

140
{{ csrf() }}
{{ _('Your message was sent!') }}