Side Banners Replace
Replace Side Banners
Main Top Left Banner
{% if banners %}
{% for i in banners %}
{% if i.top_left_banner == "top_left_banner" %}
No banner to display
{% else %}
{% endif %}
{% endfor %}
{% else %}
No banner to display
{% endif %}
Main Top Right Banner
{% if banners %}
{% for i in banners %}
{% if i.top_right_banner == "top_right_banner" %}
No banner to display
{% else %}
{% endif %}
{% endfor %}
{% else %}
No banner to display
{% endif %}
Main Bottom Right Banner
{% if banners %}
{% for i in banners %}
{% if i.bottom_right_banner == "bottom_right_banner" %}
No banner to display
{% else %}
{% endif %}
{% endfor %}
{% else %}
No banner to display
{% endif %}