{% extends "admin/base_site.html" %} {% block content %}
{% csrf_token %} {{ form.non_field_errors }} {{ form.conference.errors }} {{ form.conference }}
{% if form.action %} {{ form.action.errors }} {{ form.action }}
{% endif %} {{ form.file_name.errors }} {{ form.file_name }}
{{ form.squish.errors }} {{ form.squish }}
{{ form.display_titles.errors }} {{ form.display_titles }}
{{ form.display_schools.errors }} {{ form.display_schools }}
{{ form.convert_unicode.errors }} {{ form.convert_unicode }}
{% comment %} {{ form.escape_latex.errors }} {{ form.escape_latex }}

(Note: This will escape the following: &, %, $, #, _, {, }, ~, ^, \\. As this can screw up correct LaTeX syntax, use only if you know this will not affect the LaTeX users intended to type.)


{% endcomment %}
{% endblock %}