{% if banner_content and post.random_ads_content or post.content_banner != None and post.content_banner in banner_list_bottom %}
{% comment %}Desktop{% endcomment %} {% if banner_bottom and post.random_ads_bottom %} {% elif post.bottom_banner != None and post.bottom_banner in banner_list_bottom %} {% endif %} {% comment %}Mobile{% endcomment %} {% if banner_bottom and post.random_ads_bottom and banner_bottom.small_mobile_image.url %} {% elif post.bottom_banner != None and post.banner_bottom.small_mobile.image.url and post.bottom_banner in banner_list_bottom %} {% endif %}
{% endif %}