{* /************************************* * SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. * SPDX-License-Identifier: AGPL-3.0-only ************************************/ *}
{if !empty($HISTORY)} {foreach item=info from=$HISTORY} {foreach item=value from=$info} {/foreach} {/foreach}
{$value}
{/if}
{if !empty($PENDING)} {foreach item=info from=$PENDING} {foreach item=value from=$info} {/foreach} {/foreach}
{$value}
{/if}