{% if banner_content and post.random_ads_content or post.content_banner != None and post.content_banner in banner_list_content %}
{% comment %}Desktop{% endcomment %} {% if banner_content and post.random_ads_content %}
{% elif post.content_banner != None and post.content_banner in banner_list_content %}
{% endif %} {% comment %}Mobile{% endcomment %} {% if banner_content and post.random_ads_content and banner_content.small_mobile_image.url %}
{% elif post.content_banner != None and post.content_banner.small_mobile_image.url and post.content_banner in banner_list_content %}
{% endif %}
{% endif %}