2020-07-08 11:47:19 +00:00
|
|
|
<!-- 基础信息 -->
|
|
|
|
|
{{if !empty($module_data)}}
|
|
|
|
|
{{if !empty($module_data['name'])}}
|
2023-02-01 14:41:26 +00:00
|
|
|
<p>{{$module_data.name}}{{if isset($module_data['is_default']) and $module_data['is_default'] eq 1}}<span class="am-badge am-badge-success-plain am-round am-margin-left-xs">{{:MyLang('default_title')}}</span>{{/if}}</p>
|
2020-07-08 11:47:19 +00:00
|
|
|
{{/if}}
|
|
|
|
|
{{if !empty($module_data['alias'])}}
|
2023-02-01 14:41:26 +00:00
|
|
|
<p class="am-badge am-badge-secondary-plain am-round">{{$module_data.alias}}</p>
|
2020-07-08 11:47:19 +00:00
|
|
|
{{/if}}
|
|
|
|
|
{{/if}}
|