{% load i18n %} {% if form.errors %}

{% trans 'Oh, snap!' %}

{% trans 'The operation could not be performed because one or more error(s) occurred.' %}

{% trans 'Please resubmit the form after making the following changes:' %}

{% else %}










{% endif %}