{% if not isMobile(true) %}
<div class="fbnr-wrapper">
<div class="fbnr">
{% set leftFbnrs = left_fbnrs() %}
{% for fbnr in leftFbnrs %}
{% if (fbnr.fbnr_content is defined and fbnr.fbnr_content != '') %}
{{ fbnr.fbnr_content | raw }}
{% endif %}
{% endfor %}
</div>
{% if categoryItemLinks is defined and categoryItemLinks %}
<div class="category-item-links">
{{ categoryItemLinks | raw }}
</div>
{% endif %}
</div>
<link rel="stylesheet" type="text/css" href="/stylesheets/jquery.fbnr.css?20170629_01">
{% endif %}