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

{{ category['name'] }} {% if categoryAccess.canChange(category['id']) %} edit {% endif %}

{% if topicAccess.canAdd() %}
Add topic
add
{% endif %} {% if pages > 1 %} {% endif %}