Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{{#if field}}
<section class="field">
<b>{{i18n name}}</b>: ({{i18n "character_count" count=field.length}})
<br>
<Textarea @value={{field}} class="plain" />
</section>
{{/if}}