{% extends "../base.html" %} {% load i18n crispy_forms_filters %} {% block extratitle %}{% translate "Editing" %} {{ source.name }} - {% endblock %} {% block content %}

{% translate "Edit" %} {{ source.name }}

{% translate "Make your edits in the form below." %}

{% csrf_token %} {{ form|crispy }} {% trans "Go back to source details" %}
{% endblock %}