{foreach from=$records item=recd}
  • {block name="before_summary_actions" record=$recd} {record_actions record=$recd} {actions_menu record=$recd category="summary_actions"} {block name="after_summary_actions" record=$recd}
    {block name="before_summary" record=$recd} {$list->showSummary($recd)} {block name="after_summary" record=$recd}
  • {/foreach}