{extend name="layout" /} {block name="content"}
{notempty name="tab_nav"} {else/}

{$page_title}

{/notempty}
{empty name="plugins"}
暂无数据
{/empty} {eq name="type" value="block"} {volist name="plugins" id="plugin"}
{$plugin.version|default='无版本号'}

{$plugin.title|default='无插件标题'}

{$plugin.name|default=''}
{$plugin.status_info|raw}

{$plugin.description|raw|default='暂无简介'}

{$plugin.actions|raw}
{/volist} {else/} {notempty name="plugins"}
{volist name="plugins" id="plugin"} {/volist}
名称 图标 版本 作者 简介 操作
{$plugin.title|default='无插件标题'} {$plugin.version|default='无版本号'} {$plugin.author|default=''} {$plugin.description|raw|default='暂无简介'} {$plugin.actions|raw}
{/notempty} {/eq}
{// 分页 } {notempty name="pages"} {$pages} {/notempty} {notempty name="row_list"}
/ {$row_list->lastPage()} 页,共 {$row_list->total()} 条数据,每页显示数量
{/notempty}
{/block}