{% include 'overall_header.html' %} {% INCLUDECSS '@mot_usermap/usermap.css' %} {% if NOT_AUTHORIZED %}

{{ lang('USERMAP_MOD_NOT_AUTHORIZED') }}

{% else %} {% if POI_EXIST %} {% if not INCLUDED_LEAFLETJS %} {% INCLUDECSS '@mot_usermap/leaflet.css' %} {% INCLUDEJS '@mot_usermap/thirdparty/leaflet.js' %} {% INCLUDEJS '@mot_usermap/bbcode.js' %} {% INCLUDEJS '@mot_usermap/mot_usermap_mod_poi.js' %} {% set INCLUDED_LEAFLETJS = true %} {% endif %} {% set EXPLANATION = lang('POI_MOD_EXPL') %} {% set SHOW_ICON_SIZE = true %}
{% include '@mot_usermap/usermap_poi_input_box.html' %}
{% else %}

{{ lang('POI_NONEXISTENT') }}

{% endif %} {% endif %} {% include 'overall_footer.html' %}