{% if category is defined and category %}
{% if category.getMainLeftmenuup1 is defined and category.getMainLeftmenuup1 %}
<div class="banner1">
{{ category.getMainLeftmenuup1 | raw }}
</div>
{% endif %}
{% if category.getMainLeftmenuup2 is defined and category.getMainLeftmenuup2 %}
<div class="banner1">
{{ category.getMainLeftmenuup2 | raw }}
</div>
{% endif %}
{% if category.getMainLeftmenuup3 is defined and category.getMainLeftmenuup3 %}
<div class="banner1">
{{ category.getMainLeftmenuup3 | raw }}
</div>
{% endif %}
{% if category.getMainLeftmenudown1 is defined and category.getMainLeftmenudown1 %}
<div class="banner1">
{{ category.getMainLeftmenudown1 | raw }}
</div>
{% endif %}
{% if category.getMainLeftmenudown2 is defined and category.getMainLeftmenudown2 %}
<div class="banner1">
{{ category.getMainLeftmenudown2 | raw }}
</div>
{% endif %}
{% if category.getMainLeftmenudown3 is defined and category.getMainLeftmenudown3 %}
<div class="banner1">
{{ category.getMainLeftmenudown3 | raw }}
</div>
{% endif %}
{% if category.getMainLeftmenudown4 is defined and category.getMainLeftmenudown4 %}
<div class="banner1">
{{ category.getMainLeftmenudown4 | raw }}
</div>
{% endif %}
{% if category.getMainLeftmenudown5 is defined and category.getMainLeftmenudown5 %}
<div class="banner1">
{{ category.getMainLeftmenudown5 | raw }}
</div>
{% endif %}
{% if category.getMainLeftmenudown6 is defined and category.getMainLeftmenudown6 %}
<div class="banner1">
{{ category.getMainLeftmenudown6 | raw }}
</div>
{% endif %}
{% if category.getMainLeftmenudown7 is defined and category.getMainLeftmenudown7 %}
<div class="banner1">
{{ category.getMainLeftmenudown7 | raw }}
</div>
{% endif %}
{% endif %}