{% load staticfiles i18n %} {{ form.non_field_errors }}
{{ form.new_excerpt_name.errors }} {{ form.new_excerpt_name.label_tag }}
{% trans 'Bounding box' %}
{{ form.new_excerpt_bounding_box_north.errors }} {{ form.new_excerpt_bounding_box_north.label_tag }}
{{ form.new_excerpt_bounding_box_west.errors }} {{ form.new_excerpt_bounding_box_west.label_tag }}
{{ form.new_excerpt_bounding_box_east.errors }} {{ form.new_excerpt_bounding_box_east.label_tag }}
{{ form.new_excerpt_bounding_box_south.errors }} {{ form.new_excerpt_bounding_box_south.label_tag }}
{{ form.new_excerpt_is_public.errors }} {% trans "Others will see name and bounding box of this excerpt. They won't see that you created it or when you did so." %}