{* $Header$ *} {strip} {if $modLastComments} {bitmodule title="$moduleTitle" name="last_comments"}
    {section name=ix loop=$modLastComments}
  1. {$modLastComments[ix].root_content_title}: {$modLastComments[ix].display_link} {if $moduleParams.module_params.full}
    {$modLastComments[ix].parsed_data}
    {/if} {if $moduleParams.module_params.show_date}
    {$modLastComments[ix].last_modified|bit_short_datetime} {/if}
  2. {sectionelse}
  3. {/section}
{/bitmodule} {/if} {/strip}