{# ThemeWare "Location" widget #} {# TW location widget and content #} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Set theme variables #} {% set twtWidgetLocationRouteButtonShow = theme_config('twt-widget-location-route-button-show') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {% block twt_widget_location %}
{% block twt_widget_location_content %} {{ "twt.widget.location.content"|trans|raw }} {% endblock %} {% block twt_widget_location_route %} {% if twtWidgetLocationRouteButtonShow == 2 %} {% sw_icon 'map' %} {{ "twt.widget.location.route.name"|trans|sw_sanitize }} {% endif %} {% endblock %}
{% endblock %}