{% if user is not null %}
{{ user.name }}
account_box
{% endif %}
Topics
{% if userAccess.canManageUsers() %}
Users
{% endif %} {% if user is null %}
Login
{% else %}
Logout
{% endif %}
Edit topic
All categories
{{ category.name }}
{{ topic.name }}
Edit
{% if error is not null %}
{{ error }}
{% endif %}
{{ content is not null ? content : topic.content }}
{{ content is not null ? content : topic.content }}
Update
{% if topicAccess.canDelete(topic.category_id, topic.created_by) %}
delete
Delete topic
{% endif %}
{% for image in images %}
delete
{% endfor %}