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

{% blocktranslate %}Edit quote{% endblocktranslate %}

{% translate "This quote currently reads:" %}

{{ quote.quote_rendered|safe }}

{% translate "You can edit the quote using the form below." %}

{% csrf_token %} {{ form|crispy }} {% translate "Return to quote list" %}
{% endblock %}