{% extends "mapentity/base_site.html" %} {% load static crispy_forms_tags i18n %} {% block extrahead %} {% endblock extrahead %} {% block toolbar %} {% endblock toolbar %} {% block mainpanel %}
{% block mainform %} {% if form %} {% crispy form form.helper %} {% endif %} {% if encoding_error %}

{% 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 not form and not form_without_file %}

{% trans "No parser available." %}

{% endif %} {% endblock mainform %}
{% endblock mainpanel %}