'free', 'zarezerwowane' => 'reserved', 'sprzedane' => 'sold' ]; if (!isset($map[$status])) { return ''; } return 'is-' . $map[$status]; } ?>