{% 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 %} {# djlint:off H021,H013 #}
{% 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 %}
{# djlint:on #} {% endblock %} {% block map_js %} {% endblock %} {% block api_js %} {% endblock %} {% endwith %} {% endwith %}