{% 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 comment
All categories
{{ category.name }}
{{ topic.name }}
Add comment
{% if replyTo is not null %}
{{ replyTo.content }}
{% endif %} {% if error is not null %}
{{ error }}
{% endif %}
{% if replyTo is not null %}
{% endif %}
{% if content is not null %}
{{ content }}
{% else %}
{% endif %}
Add comment