{% load i18n crispy_forms_filters %} {% if plugin_description %} {{ plugin_description|linebreaks }} {% endif %}
{% if request.GET.success %}
{% trans "Changes to your project were saved successfully." %} ×
{% endif %}
{% csrf_token %} {{ form|crispy }}