{%- set user = "" -%}
{%- if postAuthor is null -%}
{%- set user = __("deleted")|e("html") -%}
{%- else -%}
{%- set user =
''
~ postAuthor.displayName|e("html")
~ ''
-%}
{%- endif -%}
{% if postAuthor %}
{% if hideActions %}
{% else %}
{% endif %}
{% else %}
{% endif %}
{% if logMessage.type == constant("mystic\\forum\\orm\\TopicLogMessage::LOCKED") %}