{% if not isMobile(true) %}
<div class="fbnr-wrapper">
<div class="fbnr2">
{% set rightFbnrs = right_fbnrs() %}
{% for fbnr in rightFbnrs %}
{% if (fbnr.fbnr_content2 is defined and fbnr.fbnr_content2 != '') %}
{{ fbnr.fbnr_content2 | raw }}
{% endif %}
{% endfor %}
</div>
</div>
{% endif %}