{% extends "djmongo/console/base.html" %} {% load i18n %} {% block Content %}
{% if form.errors %}

The operation could not be performed because one or more error(s) occurred.
Please resubmit the form after making the following changes:

{% endif %}
{% csrf_token %} {% load bootstrap %} {{ form|bootstrap }}

{% trans "Go Back" %}
{% endblock %}