{*+************************************************************************************* {************************************* * SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. * SPDX-License-Identifier: AGPL-3.0-only ************************************} {* crmv@128933 crmv@173271 *} {* TODO: remove this shit *} {if !empty($MODULE_JS)} {foreach item=JS from=$MODULE_JS} {* crmv@160733 *} {/foreach} {/if}
{* crmv@173271 *} {if $PERMISSION && $PERMISSION.perm_write} {/if} {if $SHOW_SOLVED_BUTTON} {/if}
{* crmv@173271e *}
{if $MODULE == 'Contacts' && $CONTACTPROFILE eq 'yes'} {include file="EditProfileBox.tpl"} {/if} {if $SHOW_SOLVED_BANNER}
{'Closed'|getTranslatedString}
{/if} {* crmv@90004 *}
{foreach from=$FIELDLIST item=LIST key=BLOCK} {if $DISPLAY_COLUMNS eq 1}
{else}
{/if}

{$LIST.fieldlabel|getTranslatedString} {if $LIST.fieldname eq 'filename'} {elseif $LIST.fieldname eq 'valutation_support'}
{elseif $LIST.fieldname eq 'status'} {/if}

 {$LIST.fieldvalue|getTranslatedString}

{/foreach}
{* crmv@90004e *} {* useless spacer *}
{* crmv@189270 *} {if !empty($OTHERBLOCKS)}
{foreach from=$OTHERBLOCKS key=keyotherblocks item=itemotherblocks} {if $itemotherblocks eq 'LBL_NOT_AVAILABLE' || $itemotherblocks eq 'MODULE_INACTIVE'} {* do nothing *} {else}
{foreach from=$itemotherblocks.HEADER item=collotherblocks }
{$collotherblocks}
{/foreach}
{foreach from=$itemotherblocks.ENTRIES item=entriesotherblocks } {if $entriesotherblocks neq 'LBL_NOT_AVAILABLE'}
{foreach from=$entriesotherblocks item=entryotherblock }
{$entryotherblock}
{/foreach}
{/if} {/foreach}
{/if} {/foreach}
{/if} {* crmv@189270e *} {if $CAN_ADD_COMMENTS} {include file="AddCommentBox.tpl"} {/if} {if $CAN_SEE_COMMENTS} {include file="CommentsBox.tpl"} {/if} {if $VIEW_ATTACHMENTS} {include file="ListAttachmentsBox.tpl"} {/if} {if $UPLOAD_ATTACHMENTS} {include file="AttachBox.tpl"} {/if} {* TODO: get rid of this crap! *} {literal} {/literal}