{% extends "admin/admin/list.html" %} {% block table_row scoped %} {{ item.name }} {% endblock%} {% macro forum_icon(forum_type) -%} {%- if forum_type == 'category' -%} folder-open {%- elif forum_type == 'forum' -%} list {%- else -%} globe {%- endif -%} {%- endmacro %}