{% extends 'email/base.html' %} {% block styles %} {% include 'questions/includes/reply_email_styles.css' %} {% endblock %} {% block header %}

{{ question_title }}

{{ display_name(answerer) }} {{ created }}
{% endblock %} {% block content %} {{ answer_html }} {% endblock %} {% block prefooter %}
{% trans url="https://support.mozilla.org/kb/avoid-and-report-mozilla-tech-support-scams" %} Avoid support scams. We will never ask you to call or text a phone number or share personal information. Learn more here. {% endtrans %}

{{ _('Post a Reply') }}

{{ _('Browse for unsolved questions and help a fellow user') }}
{{ _("Solving 1 issue helps up to 1,000 users a day!") }}
{% trans url="https://%s%s" % (host, answer_url) %} This email is automatically sent by a robot. Our robot can’t respond to your question, but our forum contributors can! If you want to respond to them, please click here. {% endtrans %}
{% endblock %}