{if !empty($ajax_append)}
  • {/if}
    {if !empty($topic) && $types[$topic.type_id].type == 'forum'} {include file="comment.forum.html" inline} {else} {if !empty($topic)}
    {$comment.vote}
    {/if}
    {$comment.author.name|escape} {if !$comment.depth && !empty($topic) && $types[$topic.type_id].type == 'question'} {else} {$comment.author.name|escape} {/if} {if !empty($comment.author.badge)} {$comment.author.badge} {/if} {$comment.datetime|wa_datetime:humandatetime} # {if !empty($topic) && $types[$topic.type_id].type == 'question' && !$comment.depth} {* answer to a question *} {if $comment.solution} [`Solution`] {/if} {if ($topic.contact_id == $wa->userId() || $wa->user()->isAdmin('hub')) && (empty($topic.badge) || $topic.badge.id != 'archived')} {/if} {/if}
    {$comment.text}
    {if !empty($comment.topic) && empty($just_added)}

    [`in reply to`] {$comment.topic.title|escape}

    {/if} {* @event frontend_comments.%plugin_id% *} {if !empty($comment.plugins)} {foreach $comment.plugins as $_}{$_}{/foreach} {/if}
    {if !empty($comment.editable) || !empty($comments_allowed)}
    {if !empty($comment.editable) && !empty($topic)} [`delete`] [`edit`] {$wa->csrf()} {/if} {if !empty($comments_allowed)} [`reply`] {else}
    {/if}
    {/if} {/if}
    {if !empty($ajax_append)}
  • {/if}