- {% if config.plugins.simplesearch.enabled %}
+ {% if config.plugins.simplesearch.enabled and icon_search %}
{% include 'partials/simplesearch_searchbox_sidebar.html.twig' %}
@@ -21,7 +21,7 @@
{% if config.plugins.archives.enabled and archives_data is not empty %}
-
+
{{ 'FUTURE.SIDEBAR.ARCHIVES.HEADLINE'|t }}
@@ -30,7 +30,7 @@
{% endif %}
{% if config.plugins.relatedpages.enabled and related_pages|length > 0 %}
-
+
{{ 'FUTURE.SIDEBAR.RELATED_POSTS.HEADLINE'|t }}
@@ -41,7 +41,7 @@
{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %}
{% if taxlist %}
-
{% endif %}
- {% if config.plugins.login.enabled %}
+ {% if icon_lang and config.plugins.langswitcher.enabled and system.languages.supported is not null %}
+
+
+
+
{{ 'FUTURE.SIDEBAR.LANGSWITCHER.HEADLINE'|t }}
+
+
+ {% include 'partials/langswitcher.html.twig' %}
+
+
+ {% endif %}
+ {% if config.plugins.login.enabled and icon_login%}