{************************************* * SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. * SPDX-License-Identifier: AGPL-3.0-only ************************************} {* crmv@59626 *} {* crmv@104853 *} {if $reverse_iteration > $REPLYMODEL->getMaxRepliesForComment()} {assign var="reply_display" value="none"} {else} {assign var="reply_display" value="block"} {/if} {if $UNSEEN_IDS|is_array && $REPLYMODEL->id()|in_array:$UNSEEN_IDS} {assign var="UNSEEN_CLASS" value=" ModCommUnseen"} {else} {assign var="UNSEEN_CLASS" value=""} {/if} {assign var=REPLYCONTENT value=$REPLYMODEL->content()}
{$REPLYMODEL->author()} getCurrentUser() eq $REPLYMODEL->authorId()}onmouseover="jQuery(this).find('.dataFieldReplyDel').show();" onmouseout="jQuery(this).find('.dataFieldReplyDel').hide();"{/if}>
{if $REPLYMODEL->canDeletePost()} {* crmv@101967 *} {/if} {$REPLYMODEL->author()} {if $SHOWPREVIEW eq true} {assign var=TRUNCATE value=$REPLYCONTENT|truncateHtml:$COMMENTMODEL->previewReplyLength} {if $TRUNCATE eq $REPLYCONTENT} {$REPLYCONTENT} {else} {$TRUNCATE} {'LBL_SHOW_FULL_COMMENT'|getTranslatedString:'ModComments'} {/if} {else} {$REPLYCONTENT} {/if}