{# styles/infozone/template/forumlist_body.html #}
{% set iz_skip_cat = false %}
{% set iz_open_cat = false %}
{% for forumrow in forumrow %}
{# --- CATEGORY ROWS --------------------------------------------------- #}
{% if forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT %}
{# Close the previous category/table if it was opened #}
{% if iz_open_cat %}
{% EVENT forumlist_body_category_footer %}
{% set iz_open_cat = false %}
{% endif %}
{# Never skip categories; we may just relabel the legacy default category #}
{% set iz_skip_cat = false %}
{# Open the category/table if we are not skipping #}
{% if not iz_skip_cat %}
{% EVENT forumlist_body_category_header_before %}