{% extends "../base.html" %} {% load i18n %} {% block extratitle %}{% blocktranslate %}Delete quote{% endblocktranslate %} - {% endblock %} {% block content %}

{% blocktranslate %}Delete this quote from{% endblocktranslate %} {{ object.source.name }}

{% translate "Are you sure you want to delete this?" %}

{{ quote.quote_rendered|safe }}
{% csrf_token %} {% translate "Return to quote list" %}
{% endblock content %}