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

{% blocktranslate %}Add quote for{% endblocktranslate %} {{ source.name }}

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

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