{if isset($v.price) && $v.price>0} {$v.price} {elseif isset($v.price) && $v.price==0} {:__('Free')} {else /} - {/if} {$v.author}
{$v.description}
{:__("Title")}
|
{:lang("Cover")}
|
{:__("Introduce")}
|
{:__("Author")}
|
{:__("Price")}
|
{:__("Version")}
|
{:__("Status")}
|
{:__("Operate")}
|
---|---|---|---|---|---|---|---|
{$v.title|default=''} |
![]() |
{$v.description|default=''} | {$v.author|default=''} | {:isset($v['price'])?$v['price']<=0?''.__("Free").'':''.$v['price'].'':'-'} |
|
{if !isset($v['db_install'])}
|
{if !isset($v['db_install'])} {if isset($v['config'])&&$v['config']&&$v['status']==1} {:__("Config")} {/if} {:__("Uninstall")} {:__("Pack")} {else /} {:__('Install')} {/if} |
{:__("No data")} |