{extend name="layout/content"} {block name="content"}
    {volist name="fields" id="field"}
  • {$field.name}
  • {/volist}
    {volist name="files" id="file"}
  • {$file.name}
  • {/volist}
{/block}