Ringkasan Kondisi Gigi ({{ store.conditions.length }})
{{ condition.toothNumber
}}{{ condition.surface ? "-" + condition.surface : " " }}
{{
condition.position &&
condition.position.toLowerCase().includes("start")
? "Start(Bridge)"
: ""
}}
{{
condition.position &&
condition.position.toLowerCase().includes("finish")
? "Finish(Bridge)"
: ""
}}
({{ getModeLabel(condition.mode) }})