{% if ymap %} {% load staticfiles i18n djeymtags djeymfilters %} {% with request.LANGUAGE_CODE as language_code %} {{ ymap.title }} {% for url_css in category_icons_css %}{% endfor %} {% if selected_load_indicator %} {% widthratio load_indicator_size 2 1 as margin_offset %} {% endif %}
{% trans 'Icons' %} {% for icon in icons %} {% if forloop.first %}{% endif %} {% if forloop.counter|divisibleby:'4' %}{% endif %} {% if forloop.last %}{% endif %} {% endfor %}
{% trans 'Filters by categories' %}
{% trans 'Subcategories of placemarks' %} {% for item in category_submarks %}

{% endfor %}
{% trans 'Categories of routes' %} {% for item in category_polylines %}

{% endfor %}
{% trans 'Categories of territories' %} {% for item in category_polygons %}

{% endfor %}
{% trans 'Tile Sources' %} {% for item in tile_sources %} {% endfor %}
{% trans 'If you need to add an api key, go to the admin panel - YANDEX MAPS / Tile Sources.' %}
{% trans 'General settings' %}
{% csrf_token %}
{% trans 'Layout for the cluster information window' %}
{% trans 'Background color' %} {% trans 'Text color' %}
{% trans 'Map Controls' %}
{% csrf_token %} {% for field in form_controls %} {% if field.html_name != 'ymap' and field.html_name != 'maptype' %} {% trans 'Screenshot' %} {% if field.html_name == 'typeselector' %} {% endif %} {% elif field.html_name != 'maptype' %} {% endif %} {% endfor %}
{{ form_controls.maptype.label }}
{{ form_controls.maptype }}
{{ field }}
{% if external_modules.heatmap %}
{% endif %}
{% trans 'Heatmap settings' %}
{% csrf_token %} {{ heat_form.ymap }}
{% trans 'Gradient' %}
{{ heat_form.gradient_color1 }} {{ heat_form.gradient_color2 }} {{ heat_form.gradient_color3 }} {{ heat_form.gradient_color4 }}
{% for field in heat_form %} {% if field.html_name == 'dissipating' %} {% elif field.html_name == 'opacity' %} {% elif field.html_name == 'intensity' %} {% endif %} {% endfor %}
{{ heat_form.radius }}
0
0
{% trans 'About editor' %}

DjEYM

Version MIT Downloads Python Django

django-editor-ymaps
{% trans 'Convenient use of the Yandex map service for web development on the popular and free Django framework.' %}
Version: {{ djeym_version }}
Requirements:
Python >= 3.5 Django >= 2.0
License: MIT License
Donation: Yandex Money
{% trans 'Presets' %} {% include 'djeym/includes/presets.html' %}
{% trans 'Load indicators' %} {% for indicator in load_indicators %} {% endfor %} {% if load_indicators %} {% endif %}
Icon
{% trans 'Size' %}
{% for url_js in category_icons_js %}{% endfor %} {% get_api_ymap lang=language_code %} {% endwith %} {% else %}

404 - {% trans 'Page not found' %}

{% trans "We're sorry, but the requested map could not be found." %}
( {% trans "Maybe the map is not active or just missing." %} )
{% endif %}