{% endif %}
{% if isXmlHttpRequest is not defined %}
{% if pageType is defined and pageType != "news" %}
{{ ads.printAd('desktop', 'left_column_top')|raw }}
{% endif %}
{% endif %}
{% if leftcontainer is defined %}
{{ leftcontainer|raw }}
{% else %}
{{ render(controller('App\\Controller\\BaseController::leftColumn',
{'pageType': pageType,'preview': true})) }}
{% endif %}