{% for object in widget.get_categories %}
{% if forloop.counter0|mod:'2' == 0 %}
{% url webcms.module.blog.apps.blog/webcms_blog_category_list object.translation.slug as webcms_blog_category_list %}
{% if request.path|startswith:webcms_blog_category_list %}
{% for object in widget.get_categories %}
{% if forloop.counter|mod:'2' == 0 %}
{% url webcms.module.blog.apps.blog/webcms_blog_category_list object.translation.slug as webcms_blog_category_list %}
{% if request.path|startswith:webcms_blog_category_list %}