{% extends "../base.html" %} {% load i18n %} {% block extratitle %}{% blocktranslate %}Delete quote{% endblocktranslate %} - {% endblock %} {% block content %}
{% translate "Are you sure you want to delete this?" %}
{{ quote.quote_rendered|safe }}{% endblock content %}