{% extends "mapentity/base_site.html" %} {% load static crispy_forms_tags i18n %} {% block extrahead %} {% endblock extrahead %} {% block toolbar %} {% endblock toolbar %} {% block mainpanel %}
{% trans "Decoding error. Please check encoding and use only ASCII in file names." %}
{% endif %} {% if form_without_file %} {% crispy form_without_file form_without_file.helper %} {% endif %} {% if form_suricate %} {% crispy form_suricate form_suricate.helper %} {% endif %} {% if not form and not form_without_file and not form_suricate %}{% trans "No parser available." %}
{% endif %} {% endblock mainform %}