{% extends "base.html" %} {% load i18n crispy_forms_filters %} {% block extratitle %}{% blocktranslate %}Add quote for{% endblocktranslate %} {{ source.name }} - {% endblock %} {% block content %}
{% translate "You can add the quote using the form below." %}
{% endblock %}