Existing Profiles
@for(profile of state().profiles; track profile.id) {
@if(editingProfile && editingProfile.id === profile.id) {
} @else {
{{ profile.name }} ({{ profile.minerType }})
}
} @empty {

No profiles created yet.

}