{% if user is not null %}
{{ user.name }} account_box
{% endif %}
Topics {% if userAccess.canManageUsers() %} Users {% endif %} {% if user is null %} Login {% else %} Logout {% endif %}

All Categories

{% if categoryAccess.canAdd() %}
Add category
add
{% endif %} {% for category in categories %} {% if user is null and category['topics_count'] is 0 %} {% continue %} {% endif %} {% if category['topics_count'] is 0 %}
No topics yet
{% endif %} {% endfor %}