@if (!pullInProgress) {
{{ 'ollamaModelManager.suggestions' | translate }}
@for (s of pullSuggestions; track s) {
}
}
@if (pullInProgress) {
{{ pullStatus }}
@if (pullTotal > 0) {
}
@if (pullTotal > 0) {
{{ formatBytes(pullCompleted) }} / {{ formatBytes(pullTotal) }} ({{ pullPercent }}%)
}
@if (pullTotal === 0) {
{{ 'ollamaModelManager.preparing' | translate }}
}
}