{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}