@if (isUpdate && !isAddedFromCharacter) { {{ "abilities.modal.editAbility" | translate }} } @else { {{ "abilities.modal.addAbility" | translate }} }
{{ "modal.name" | translate }}
{{ "modal.shortDescription" | translate }}
{{ "modal.shortHint" | translate }}
{{ "modal.longDescription" | translate }}
{{ "modal.longHint" | translate }}
{{ "modal.cost" | translate }}
@for (cost of costs; track cost) { {{ "cost." + cost | translate }} }
{{ "modal.uses" | translate }}
@for (charge of [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; track charge) { {{ "uses." + charge | translate }} }
@if (isUpdate && !isAddedFromCharacter) { } @else { }