discourse/app/assets/javascripts/wizard/addon/templates/components/staff-count.hbs
Jarek Radosz fcb4e5a1a1
DEV: Make wizard an ember addon (#17027)
Co-authored-by: David Taylor <david@taylorhq.com>
2022-06-17 14:50:21 +02:00

6 lines
120 B
Handlebars

{{#if showStaffCount}}
<div class="staff-count">
{{i18n "wizard.staff_count" count=field.value}}
</div>
{{/if}}