{% for index_blocks in loops.index_blocks %} {% if index_blocks.blogs|length %}

{index_blocks.TITLE}

{% for blogs in index_blocks.blogs %}
{{ blogs.TITLE }}
{{ blogs.AUTHOR }}
{{ blogs.TITLE }}
{% if blogs.S_IS_REPORTED or blogs.S_IS_UNAPPROVED %} {% if blogs.S_IS_REPORTED %} {{ lang('BLOG_REPORTED') }} {% else %} {{ lang('BLOG_UNAPPROVED') }} {% endif %} {% else %} {% for cats in blogs.cats %} {{ cats.BLOG_CATEGORY_NAME }}{% if not cats.S_LAST_ROW %}, {% endif %} {% endfor %} {% endif %}
{% endfor %}
{% endif %} {% endfor %}