{% extends "../base.html" %} {% load crispy_forms_filters i18n %} {% 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 content %}