{% extends 'geolocation/bricks/base/detail-map.html' %} {% load i18n creme_bricks creme_perms %} {% load jsonify url from creme_core_tags %} {% block brick_extra_class %}{{block.super}} geolocation-google{% endblock %} {% block brick_geolocation_script %} {% endblock %} {% block brick_geomap_error %} {% brick_action id='redirect' display='text' url='creme_config__app_portal'|url:'geolocation' label=_('Google API key may be missing or invalid. Please try to configure it or contact your administrator.') enabled=user|has_perm_to_admin:'geolocation' %} {% endblock %}