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

{%trans "Important" %}

Choose the output format (Excel, CSV, XML, or JSON), the query ({} by default which returns everything), and the fields you want to return. If you select no fields, then all fields will be included in the results.
{% 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 %}