{{ state.goodsInfo.title }}
{{ tag.name }}
{{ t('module.Price') }}
{{
typeof state.goodsInfo.currency_select != 'undefined'
? currency(state.goodsInfo.present_price, state.goodsInfo.currency_select)
: '-'
}}
{{ t('module.Last updated') }}
{{ state.goodsInfo.updatetime ? timeFormat(state.goodsInfo.updatetime) : '-' }}
{{ t('module.Published on') }}
{{ state.goodsInfo.createtime ? timeFormat(state.goodsInfo.createtime) : '-' }}
{{ t('module.amount of downloads') }}
{{ state.goodsInfo.downloads ? state.goodsInfo.downloads : '-' }}
{{ t('module.Module classification') }}
{{ state.goodsInfo.category ? state.goodsInfo.category.name : '-' }}
{{ t('module.Module documentation') }}
{{ t('module.Click to access') }}
-
{{ t('module.Developer Homepage') }}
{{ t('module.Click to access') }}
-
{{ t('module.Module status') }}