{section name=c loop=$chapters}
第 {$smarty.section.c.rownum} 章 {$chapters[c].name}
{section name=s loop=$chapters[c].sections}
  {$smarty.section.c.rownum}-{$smarty.section.s.rownum} {$chapters[c].sections[s]}
{/section}
{/section}