2015-07-28 12:29:40 -04:00
|
|
|
<div class='form-element label-area'>
|
2015-07-27 14:22:12 -04:00
|
|
|
{{#if label}}
|
|
|
|
<label>{{i18n label}}</label>
|
|
|
|
{{else}}
|
|
|
|
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2015-07-28 12:29:40 -04:00
|
|
|
<div class='form-element input-area'>
|
2015-07-27 14:22:12 -04:00
|
|
|
{{#if wrapLabel}}
|
|
|
|
<label>{{yield}}</label>
|
|
|
|
{{else}}
|
|
|
|
{{yield}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|