{{#unless editingTerm}}{{#unless terms.length}}

{{localize "DICESONICE.CustomDiceTermConfigHint"}}

{{/unless}}{{/unless}} {{#if editingTerm}}

{{#if editingTerm.isNew}} {{localize "DICESONICE.CustomDiceTermCreateTitle"}} {{else}} {{localize "DICESONICE.CustomDiceTermEditTitle"}} — d{{editingTerm.denomination}} {{/if}}

d
{{#if denominationError}}

{{denominationError}}

{{/if}}
{{#each editingTerm.faces as |face|}} {{/each}}
# {{localize "DICESONICE.CustomDiceTermFaceValue"}}
{{face.num}}

{{localize "DICESONICE.CustomDiceTermDefaultAppearanceHint"}}

{{else}}
{{#if terms.length}} {{#each terms as |term|}} {{/each}}
{{localize "DICESONICE.CustomDiceTermDenomination"}} {{localize "DICESONICE.CustomDiceTermShape"}} {{localize "DICESONICE.CustomDiceTermFaces"}}
d{{term.denomination}} {{term.shape}} {{term.faceCount}}
{{else}}

{{localize "DICESONICE.CustomDiceTermNone"}}

{{/if}}
{{/if}}