{% extends "mapentity/base_site.html" %} {% load i18n mapentity_tags crispy_forms_tags %} {% block mainpanel %} {{ block.super }}

{% blocktrans %}Select values for the selected {{ model_name_plural }}{% endblocktrans %}

{% crispy form form.helper %}
{% endblock mainpanel %}