{% if category_count == 0 %} {% else %}
{% for category in category_list %}
{% endfor %}
{% endif %}