{if $normalCount > 0} {foreach $normal as $inv} {/foreach}
Name
By Sample No
Result
Range
F V P D S
{$inv->filledName} {$inv->sampleNo}
{if $inv->pdfNos > 0 }
1 {if $inv->pdf != '' && $inv->pdf != '.' && $inv->pdf != Null && $inv->pdf != 'no image' } 1 {else} {/if}
{if $inv->pdfNos > 1 }
2 {if $inv->pdf2 != '' && $inv->pdf2 != '.' && $inv->pdf2 != Null && $inv->pdf2 != 'no image' } 2 {else} {/if}
{if $inv->pdfNos > 2 }
3 {if $inv->pdf3 != '' && $inv->pdf3 != '.' && $inv->pdf3 != Null && $inv->pdf3 != 'no image' } 3 {else} {/if}
{if $inv->pdfNos > 3 }
4 {if $inv->pdf4 != '' && $inv->pdf4 != '.' && $inv->pdf4 != Null && $inv->pdf4 != 'no image' } 4 {else} {/if}
{/if} {/if} {/if} {/if}
{if $inv->filled == 1 } {else} {/if} {if $inv->verified == 1 } {else} {/if} {if $inv->printed == 1 } {else} {/if} {if $inv->delivered == 1 } {else} {/if} {if $inv->sent == 1 } {else} {/if}
Comment
{/if}