{* note please do not remove ol and li as these are needed for "Show More" button to work *} {if count($results) > 0}
    {foreach from=$results item=activity}
  1. {activity info=$activity}
  2. {/foreach}
{else}

{tr}There is no activity to display in this stream.{/tr}

{/if}