{% extends 'email/base.html' %} {% block styles %} {% include 'questions/includes/reply_email_styles.css' %} .button + a { display: block; float: left; margin: 16px 0 0 16px; } {% 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 %}

{{ _('Mark it as solved') }} {{ _('View the reply') }}

{{ _('Browse for unsolved questions and help a Firefox 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 %}