{% with map.latitude|stringformat:"f" as lat %} {% with map.longitude|stringformat:"f" as long %} {% block api_js %} {% endblock %} {% block html %}
{% block noscript %} {% endblock noscript %} {% if map.geocode_error %}{% endif %}
{% endblock %} {% block map_js %} {% endblock %} {% endwith %} {% endwith %}