{% extends 'Layout/product_layout.html' %} {% load ecom_tags %} {% block style %} {% endblock style %} {% block sticky %}
{{page.title}}
{% for filter in filters %} {% endfor %}

{% endblock sticky %} {% block content %}
{% if request.user_agent.is_mobile %}
{% for brand in page.get_children.live %}

{{brand.title}}


{% if page.slug == 'smartphone' %} {% include 'components/common/productCarousel.html' with width=800 height=660 timer=7000 content=brand.specific.get_total_product imgH=340 %} {% else %} {% include 'components/common/productCarousel.html' with width=600 height=400 timer=7000 content=brand.specific.get_total_product %} {% endif %}
{% endfor %}
{% else %} {% endif %}
{% endblock content %}