• {{ lang('CATEGORY') }}
    {{ lang('ARTICLES') }}
    {{ lang('LAST_ARTICLE') }}
    {% for cat_row in loops.cat_row %}
  • {{ cat_row.CAT_NAME }} {% if cat_row.CAT_DESCRIPTION %}
    {{ cat_row.CAT_DESCRIPTION }}{% endif %} {% if cat_row.SUBCATS %}
    {{ cat_row.SUBCATS }}{% endif %}
    {{ cat_row.ARTICLES }}
    {% if cat_row.U_ARTICLE %} {% if cat_row.NEED_APPROVE %}{{ Icon('font', 'exclamation-triangle', '', true, 'fas c-button-icon orange') }} {% endif %} {{ cat_row.ARTICLE_TITLE }}
    {{ cat_row.ARTICLE_AUTHOR }}, {{ cat_row.ARTICLE_TIME }} {% endif %}
  • {% endfor %}