{% extends "base.html" %} {% load i18n crispy_forms_filters %} {% block extratitle %}{% blocktranslate %}Edit quote{% endblocktranslate %} - {% endblock %} {% block content %}
{% translate "This quote currently reads:" %}
{{ quote.quote_rendered|safe }}
{% translate "You can edit the quote using the form below." %}
{% endblock %}