{% if user is not null %}
{{ user.name }}
account_box
{% endif %}
Topics
{% if userAccess.canManageUsers() %}
Users
{% endif %} {% if user is null %}
Login
{% else %}
Logout
{% endif %}
Add topic
All categories
{{ category.name }}
New topic
{% if error is not null %}
{{ error }}
{% endif %}
{% if content is not null %}
{{ content }}
{% else %}
{% endif %}
Add topic