{# vim: set ts=2 et sts=2 sw=2: #} {% extends "questions/base.html" %} {# L10n: {t} is the title of the question. #} {% set title = _('Delete Answer | {t} | Firefox Support Forum')|f(t=answer.question.title) %} {% set crumbs = [(url('questions.questions'), _('Forum')), (url('questions.answers', answer.question.id), answer.question.title), (None, _('Delete answer'))] %} {% block content %}

{{ _('Are you sure you want to delete this answer?') }}

{{ answer.creator }}
{{ datetimeformat(answer.created, format='longdatetime') }}
{{ answer.content_parsed }}
{{ csrf() }}

{{ _('You are about to permanently delete this answer. This cannot be undone! Are you sure you want to continue?')|safe }}

{{ _('Cancel') }}
{% endblock %} {% block side %} {% endblock %}