{{ _('Are you sure you want to delete this question?') }}
{{ question.title }}
{{ question.creator }}
{{ datetimeformat(question.created, format='longdatetime') }}
{{ question.num_answers }}
{% extends "questions/base.html" %} {# L10n: {t} is the title of the question. #} {% set title = _('Delete Question | {t} | Firefox Support Forum')|f(t=question.title) %} {% set crumbs = [(url('questions.home'), _('Support Forums')), (url('questions.details', question.id), question.title), (None, _('Delete question'))] %} {% set ga_content_group = "support-forum-question-delete" %} {% if question.product %} {% set ga_products = "/" + question.product.slug + "/" %} {% endif %} {% if question.topic %} {% set ga_topics = "/" + question.topic.slug + "/" %} {% endif %} {% block content %}