@if (skillError(); as err) { {{ texts.project.saveErrorPrefix }} {{ err }} } @if (skillAnnouncement(); as msg) { {{ msg }} } @if (rowVisible()) {
{{ texts.project.agentSkill.label }} @if (skillStale()) { {{ texts.project.agentSkill.updateAvailableChip }} }
@if (skillStale()) { {{ texts.project.agentSkill.staleDescription }} } @else { {{ texts.project.agentSkill.description }} }
@if (restartPending()) {
{{ restartHint() }}
}
@if (skillUpToDate()) { {{ texts.project.agentSkill.upToDateLabel }} } @else { } @if (skillInstalled()) { }
}