{{! // widget_post_label_tmpl.html // - 라벨, Default // @update date: 2024.01.16 // @author: GTGF, DANU }}
{{! 랭크 라벨}} {{#ifCond wset.label.rank '==' 'on'}} {{/ifCond}} {{! 공지 글 라벨}} {{#ifCond wset.label.notice '==' 'on'}} {{#if is_notice}}
{{#ifCond wset.label.lang '==' 'ko'}}공지{{else}}NOTICE{{/ifCond}}
{{/if}} {{/ifCond}} {{! 새 글 라벨}} {{#ifCond wset.label.new '==' 'on'}} {{#if is_new}}
{{#ifCond wset.label.lang '==' 'ko'}}신규{{else}}NEW{{/ifCond}}
{{/if}} {{/ifCond}} {{! 인기 라벨}} {{#ifCond wset.label.popular '==' 'on'}} {{#if is_hot}}
{{#ifCond wset.label.lang '==' 'ko'}}인기{{else}}HOT{{/ifCond}}
{{/if}} {{/ifCond}} {{! 비밀글 라벨}} {{#ifCond wset.label.lock '==' 'on'}} {{#if is_secret}}
{{#ifCond wset.label.lang '==' 'ko'}}비밀{{else}}SECRECT{{/ifCond}}
{{/if}} {{/ifCond}} {{! 잠금 라벨}} {{#ifCond wset.label.lock '==' 'on'}} {{#if is_lock}}
{{#ifCond wset.label.lang '==' 'ko'}}잠금{{else}}LOCK{{/ifCond}}
{{/if}} {{/ifCond}}