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

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

{% if not canned_responses %} {% trans signpost_help_url='https://wiki.mozilla.org/Army_of_Awesome/Signposts', contact_email='atopal@mozilla.com'|public_email %} We have created signpost messages for easily replying to top Firefox topics on Twitter. If you would like to have messages for your language appear here, contact Kadir Topal for more info: {{ contact_email }} {% endtrans %} {% else %}
{% for resp in canned_responses %}

{{ resp.title }}

    {% for topic in resp.responses.all() %}
  • {{ topic.title }} {{ topic.response }}
  • {% endfor %}
{% endfor %}
{% endif %}

{{ _('Get personal') }}

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

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