{text key="iisshasta+overall_reports"}
{form name='files_filter'}
{label name="holding"}
{input name="holding"} {error name='holding'}
{label name="sub_company"}
{input name="sub_company"} {error name='sub_company'}
{label name="start_date"}
{input name="start_date"}
{label name="end_date"}
{input name="end_date"}
{submit name="submit" class='ow_ic_save'}
{/form}
{foreach from=$categories key=k item='category'}
{$category.name}
{text key="iisshasta+sent_file"}: {$category.sent_count}
{if isset($category.not_sent_count)}
{text key="iisshasta+not_sent_file"}: {$category.not_sent_count}
{/if}
{/foreach}
{foreach from=$categories key=j item='category'}
{if isset($category.sent_files_component_ids)}

{text key="iisshasta+sent_files_list"}

{foreach from=$category.sent_files_component_ids item='sentComponent'} {${$sentComponent}} {/foreach} {/if}
{if isset($category.not_sent_files_component_ids)}

{text key="iisshasta+not_sent_files_list"}

{foreach from=$category.not_sent_files_component_ids item='notSentComponent'} {${$notSentComponent}} {/foreach} {/if}
{/foreach}