{% extends 'NewTemplates/new_base.html' %} {% load static %} {% block head %} {% if all_products %} {{all_products}} {% else %} Marketplace to Buy & Sell Surplus {{ category_name_prep.category_name}} Online | Surplus Market {% endif %} {% endblock head %} {% block body %}

All Categories

All Categories

{% for cat in categories %} {% endfor %}

{% if all_products %} All Products {% else %}{{category_name_prep.category_name }}

{% endif %}
{% if all_products %}{% else %}
{% endif %}
{% if all_products %} {% else %} {% if brands %} {% endif %} {% if subcategories %} {% endif %} {% endif %}
{% endblock body %}