{% load i18n %}

{% trans "Delete question?" %}

{% csrf_token %}

{% blocktrans %}Are you sure you want to delete the question {{ question }}?{% endblocktrans %}