{% with map.latitude|stringformat:"f" as lat %}{% with map.longitude|stringformat:"f" as long %} {% load i18n %} {% block map_css %}{% if not map.computed_address %} {% endif %}{% endblock %} {% block html %}
{% block noscript %}{% if map.computed_address %} {% endif %}{% endblock %} {% if not map.computed_address %}
{% trans "Oops! Something went wrong." %}
{% trans "This page didn't load Google Maps correctly. See the JavaScript console for technical details." %}
{% endif %}
{% endblock %} {% block map_js %} {% endblock %} {% block api_js %} {% endblock %} {% endwith %}{% endwith %}