{% extends 'forum/master.twig' %} {% from 'macros.twig' import container_title %} {% from 'forum/macros.twig' import forum_category_listing %} {% set title = 'Forum Listing' %} {% set canonical_url = url('forum-index') %} {% block content %} {% if not forum_empty %} {% for category in forum_categories %} {{ forum_category_listing(category) }} {% endfor %} {% if forum_show_mark_as_read %}
Mark All Read
{% endif %} {% else %}
{{ container_title(' Forums') }}

There are currently no visible forums.

{% endif %} {% endblock %}