{extend name="public:base" /} {block name="content"}
{volist name="list" id="config"}
{switch name="config.type"} {case value="0"}
{$config.remark}
{/case} {case value="1"}
{$config.remark}
{/case} {case value="2"}
{$config.remark}
{/case} {case value="3"}
{$config.remark}
{/case} {case value="4"}
{/case} {case value="5"}
{/case} {/switch}
{/volist}
{/block}