{{ trans('label_name') }} |
{{ name }} |
{% if items %}
{{ trans('label_size') }} |
{{ items }} |
{% endif %}
{% if creator %}
{{ trans('label_creator') }} |
{{ creator }} |
{% endif %}
{{ trans('label_created') }} |
{{ ctime }} |
{% if state %}
{{ trans('label_modified') }} |
{{ state }} |
{% endif %}
{% if address is defined %}
{{ trans('label_address') }} |
{{ address }} |
{% endif %}
{{ trans('label_subscribe') }} |
{{ subscribe }} |
{% if keywords %}
{{ trans('label_keywords') }} |
{{ keywords }} |
{% endif %}
{% if ass_icon %}
{{ trans('label_shared') }} |
{{ ass_icon }} |
{% endif %}
{{ trans('label_description') }} |
{{ description }} |