@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) { {{ "time." + cost | translate }} }
{{ "modal.uses" | translate }}
@for (charge of chargesArray; track charge) { @if (charge === 0) { {{ "uses." + charge | translate }} } @else { {{ charge }} } }
@if (isUpdate && !isAddedFromCharacter) { } @else { }