{$reply.date}
{$reply.requestor.name}
{if $reply.requestor.type_normalised eq 'operator'}
{lang key='support.requestor.operator'}
{elseif $reply.requestor.type_normalised eq 'owner'}
{lang key='support.requestor.owner'}
{elseif $reply.requestor.type_normalised eq 'authorizeduser'}
{lang key='support.requestor.authorizeduser'}
{elseif $reply.requestor.type_normalised eq 'registereduser'}
{lang key='support.requestor.registereduser'}
{elseif $reply.requestor.type_normalised eq 'subaccount'}
{lang key='support.requestor.subaccount'}
{elseif $reply.requestor.type_normalised eq 'guest'}
{lang key='support.requestor.guest'}
{/if}
{if $reply.admin}
{$LANG.supportticketsstaff}
{else}
{$reply.requestor.email}
{/if}
{$reply.message}
{if $reply.ipaddress}
{lang key='support.ipAddress'}: {$reply.ipaddress}
{/if}
{if $reply.id && $reply.admin && $ratingenabled}
{if $reply.rating}
{for $rating=1 to 5}
{/for}
{$LANG.ticketreatinggiven}
{else}
{/if}
{/if}
{if $reply.attachments}
{$LANG.supportticketsticketattachments} ({$reply.attachments|count})
{if $reply.attachments_removed}({lang key='support.attachmentsRemoved'}){/if}
{foreach $reply.attachments as $num => $attachment}
{if $reply.attachments_removed}
-
{$attachment}
{else}
-
{$attachment}
{/if}
{/foreach}
{/if}
{/foreach}
{/if}