The Inglorious Bastards

Cast (37)

  • Bo Svenson

    Bo Svenson

    Lt. Robert Yeager

  • Fred Williamson

    Fred Williamson

    Pvt. Fred Canfield

  • Peter Hooten

    Peter Hooten

    Tony

  • Michael Pergolani

    Michael Pergolani

    Nick

  • Jackie Basehart

    Jackie Basehart

    Berle

  • Michel Constantin

    Michel Constantin

    Veronique

  • Debra Berger

    Debra Berger

    Nicole

  • Raimund Harmstorf

    Raimund Harmstorf

    Adolf Sachs

  • Ian Bannen

    Ian Bannen

    Col. Charles Thomas Buckner

  • Donald O'Brien

    Donald O'Brien

    SS Officer

  • Manfred Freyberger

    Manfred Freyberger

    S.S. Convoy Officer

  • Bill Vanders

    Bill Vanders

    German Officer on Train

  • Rocco Lerro

    Rocco Lerro

    German Roadblock Guard

  • Angelo Ragusa

    Angelo Ragusa

    French Resistance

  • Massimo Vanni

    Massimo Vanni

    French Resistance

  • Franco Ukmar

    Franco Ukmar

    French Resistance / American Commando

  • Peter Boom

    Peter Boom

    German Officer on Train

  • Vito Fornari

    Vito Fornari

    S.S. Officer

  • Gerard Schwartz

    Gerard Schwartz

    German Telephone Operator

  • Mauro Vestri

    Mauro Vestri

    French Resistance

  • Mike Morris

    Mike Morris

    General Hauser

  • Bryan Rostron

    Bryan Rostron

    German Scientist

  • Joshua Sinclair

    Joshua Sinclair

    Prison Escort Sergeant

  • Flavio Andreini

    Flavio Andreini

    Examination Corporal

  • Roberto Messina

    Roberto Messina

    American Prisoner

  • Clemente Ukmar

    Clemente Ukmar

    Prisoner

  • Enzo G. Castellari

    Enzo G. Castellari

    German Mortar Officer

  • Roberto Sbarigia

    Roberto Sbarigia

    German Mortar Officer

  • Giuseppe Marrocco

    Giuseppe Marrocco

    German Officer

  • Attilio Pelegatti

    Attilio Pelegatti

    German Officer on Train

  • Enrico Cesaretti

    Enrico Cesaretti

    German Officer on Train

  • Massimo Ciprari

    Massimo Ciprari

    German Officer on Train

  • Franz Colangeli

    Franz Colangeli

    German Officer on Train

  • Settimio Scacco

    Settimio Scacco

    French Resistance (uncredited)

  • Armando Tortorici

    Armando Tortorici

    Partisian (uncredited)

  • Claudio Zucchet

    Claudio Zucchet

    (uncredited)

  • Milla Johansson

    Milla Johansson

    Naked German woman with machine-gun (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Inglorious Bastards

Cast (37)

  • Bo Svenson

    Bo Svenson

    Lt. Robert Yeager

  • Fred Williamson

    Fred Williamson

    Pvt. Fred Canfield

  • Peter Hooten

    Peter Hooten

    Tony

  • Michael Pergolani

    Michael Pergolani

    Nick

  • Jackie Basehart

    Jackie Basehart

    Berle

  • Michel Constantin

    Michel Constantin

    Veronique

  • Debra Berger

    Debra Berger

    Nicole

  • Raimund Harmstorf

    Raimund Harmstorf

    Adolf Sachs

  • Ian Bannen

    Ian Bannen

    Col. Charles Thomas Buckner

  • Donald O'Brien

    Donald O'Brien

    SS Officer

  • Manfred Freyberger

    Manfred Freyberger

    S.S. Convoy Officer

  • Bill Vanders

    Bill Vanders

    German Officer on Train

  • Rocco Lerro

    Rocco Lerro

    German Roadblock Guard

  • Angelo Ragusa

    Angelo Ragusa

    French Resistance

  • Massimo Vanni

    Massimo Vanni

    French Resistance

  • Franco Ukmar

    Franco Ukmar

    French Resistance / American Commando

  • Peter Boom

    Peter Boom

    German Officer on Train

  • Vito Fornari

    Vito Fornari

    S.S. Officer

  • Gerard Schwartz

    Gerard Schwartz

    German Telephone Operator

  • Mauro Vestri

    Mauro Vestri

    French Resistance

  • Mike Morris

    Mike Morris

    General Hauser

  • Bryan Rostron

    Bryan Rostron

    German Scientist

  • Joshua Sinclair

    Joshua Sinclair

    Prison Escort Sergeant

  • Flavio Andreini

    Flavio Andreini

    Examination Corporal

  • Roberto Messina

    Roberto Messina

    American Prisoner

  • Clemente Ukmar

    Clemente Ukmar

    Prisoner

  • Enzo G. Castellari

    Enzo G. Castellari

    German Mortar Officer

  • Roberto Sbarigia

    Roberto Sbarigia

    German Mortar Officer

  • Giuseppe Marrocco

    Giuseppe Marrocco

    German Officer

  • Attilio Pelegatti

    Attilio Pelegatti

    German Officer on Train

  • Enrico Cesaretti

    Enrico Cesaretti

    German Officer on Train

  • Massimo Ciprari

    Massimo Ciprari

    German Officer on Train

  • Franz Colangeli

    Franz Colangeli

    German Officer on Train

  • Settimio Scacco

    Settimio Scacco

    French Resistance (uncredited)

  • Armando Tortorici

    Armando Tortorici

    Partisian (uncredited)

  • Claudio Zucchet

    Claudio Zucchet

    (uncredited)

  • Milla Johansson

    Milla Johansson

    Naked German woman with machine-gun (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Inglorious Bastards

Cast (37)

  • Bo Svenson

    Bo Svenson

    Lt. Robert Yeager

  • Fred Williamson

    Fred Williamson

    Pvt. Fred Canfield

  • Peter Hooten

    Peter Hooten

    Tony

  • Michael Pergolani

    Michael Pergolani

    Nick

  • Jackie Basehart

    Jackie Basehart

    Berle

  • Michel Constantin

    Michel Constantin

    Veronique

  • Debra Berger

    Debra Berger

    Nicole

  • Raimund Harmstorf

    Raimund Harmstorf

    Adolf Sachs

  • Ian Bannen

    Ian Bannen

    Col. Charles Thomas Buckner

  • Donald O'Brien

    Donald O'Brien

    SS Officer

  • Manfred Freyberger

    Manfred Freyberger

    S.S. Convoy Officer

  • Bill Vanders

    Bill Vanders

    German Officer on Train

  • Rocco Lerro

    Rocco Lerro

    German Roadblock Guard

  • Angelo Ragusa

    Angelo Ragusa

    French Resistance

  • Massimo Vanni

    Massimo Vanni

    French Resistance

  • Franco Ukmar

    Franco Ukmar

    French Resistance / American Commando

  • Peter Boom

    Peter Boom

    German Officer on Train

  • Vito Fornari

    Vito Fornari

    S.S. Officer

  • Gerard Schwartz

    Gerard Schwartz

    German Telephone Operator

  • Mauro Vestri

    Mauro Vestri

    French Resistance

  • Mike Morris

    Mike Morris

    General Hauser

  • Bryan Rostron

    Bryan Rostron

    German Scientist

  • Joshua Sinclair

    Joshua Sinclair

    Prison Escort Sergeant

  • Flavio Andreini

    Flavio Andreini

    Examination Corporal

  • Roberto Messina

    Roberto Messina

    American Prisoner

  • Clemente Ukmar

    Clemente Ukmar

    Prisoner

  • Enzo G. Castellari

    Enzo G. Castellari

    German Mortar Officer

  • Roberto Sbarigia

    Roberto Sbarigia

    German Mortar Officer

  • Giuseppe Marrocco

    Giuseppe Marrocco

    German Officer

  • Attilio Pelegatti

    Attilio Pelegatti

    German Officer on Train

  • Enrico Cesaretti

    Enrico Cesaretti

    German Officer on Train

  • Massimo Ciprari

    Massimo Ciprari

    German Officer on Train

  • Franz Colangeli

    Franz Colangeli

    German Officer on Train

  • Settimio Scacco

    Settimio Scacco

    French Resistance (uncredited)

  • Armando Tortorici

    Armando Tortorici

    Partisian (uncredited)

  • Claudio Zucchet

    Claudio Zucchet

    (uncredited)

  • Milla Johansson

    Milla Johansson

    Naked German woman with machine-gun (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Inglorious Bastards

Cast (37)

  • Bo Svenson

    Bo Svenson

    Lt. Robert Yeager

  • Fred Williamson

    Fred Williamson

    Pvt. Fred Canfield

  • Peter Hooten

    Peter Hooten

    Tony

  • Michael Pergolani

    Michael Pergolani

    Nick

  • Jackie Basehart

    Jackie Basehart

    Berle

  • Michel Constantin

    Michel Constantin

    Veronique

  • Debra Berger

    Debra Berger

    Nicole

  • Raimund Harmstorf

    Raimund Harmstorf

    Adolf Sachs

  • Ian Bannen

    Ian Bannen

    Col. Charles Thomas Buckner

  • Donald O'Brien

    Donald O'Brien

    SS Officer

  • Manfred Freyberger

    Manfred Freyberger

    S.S. Convoy Officer

  • Bill Vanders

    Bill Vanders

    German Officer on Train

  • Rocco Lerro

    Rocco Lerro

    German Roadblock Guard

  • Angelo Ragusa

    Angelo Ragusa

    French Resistance

  • Massimo Vanni

    Massimo Vanni

    French Resistance

  • Franco Ukmar

    Franco Ukmar

    French Resistance / American Commando

  • Peter Boom

    Peter Boom

    German Officer on Train

  • Vito Fornari

    Vito Fornari

    S.S. Officer

  • Gerard Schwartz

    Gerard Schwartz

    German Telephone Operator

  • Mauro Vestri

    Mauro Vestri

    French Resistance

  • Mike Morris

    Mike Morris

    General Hauser

  • Bryan Rostron

    Bryan Rostron

    German Scientist

  • Joshua Sinclair

    Joshua Sinclair

    Prison Escort Sergeant

  • Flavio Andreini

    Flavio Andreini

    Examination Corporal

  • Roberto Messina

    Roberto Messina

    American Prisoner

  • Clemente Ukmar

    Clemente Ukmar

    Prisoner

  • Enzo G. Castellari

    Enzo G. Castellari

    German Mortar Officer

  • Roberto Sbarigia

    Roberto Sbarigia

    German Mortar Officer

  • Giuseppe Marrocco

    Giuseppe Marrocco

    German Officer

  • Attilio Pelegatti

    Attilio Pelegatti

    German Officer on Train

  • Enrico Cesaretti

    Enrico Cesaretti

    German Officer on Train

  • Massimo Ciprari

    Massimo Ciprari

    German Officer on Train

  • Franz Colangeli

    Franz Colangeli

    German Officer on Train

  • Settimio Scacco

    Settimio Scacco

    French Resistance (uncredited)

  • Armando Tortorici

    Armando Tortorici

    Partisian (uncredited)

  • Claudio Zucchet

    Claudio Zucchet

    (uncredited)

  • Milla Johansson

    Milla Johansson

    Naked German woman with machine-gun (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Inglorious Bastards

Cast (37)

  • Bo Svenson

    Bo Svenson

    Lt. Robert Yeager

  • Fred Williamson

    Fred Williamson

    Pvt. Fred Canfield

  • Peter Hooten

    Peter Hooten

    Tony

  • Michael Pergolani

    Michael Pergolani

    Nick

  • Jackie Basehart

    Jackie Basehart

    Berle

  • Michel Constantin

    Michel Constantin

    Veronique

  • Debra Berger

    Debra Berger

    Nicole

  • Raimund Harmstorf

    Raimund Harmstorf

    Adolf Sachs

  • Ian Bannen

    Ian Bannen

    Col. Charles Thomas Buckner

  • Donald O'Brien

    Donald O'Brien

    SS Officer

  • Manfred Freyberger

    Manfred Freyberger

    S.S. Convoy Officer

  • Bill Vanders

    Bill Vanders

    German Officer on Train

  • Rocco Lerro

    Rocco Lerro

    German Roadblock Guard

  • Angelo Ragusa

    Angelo Ragusa

    French Resistance

  • Massimo Vanni

    Massimo Vanni

    French Resistance

  • Franco Ukmar

    Franco Ukmar

    French Resistance / American Commando

  • Peter Boom

    Peter Boom

    German Officer on Train

  • Vito Fornari

    Vito Fornari

    S.S. Officer

  • Gerard Schwartz

    Gerard Schwartz

    German Telephone Operator

  • Mauro Vestri

    Mauro Vestri

    French Resistance

  • Mike Morris

    Mike Morris

    General Hauser

  • Bryan Rostron

    Bryan Rostron

    German Scientist

  • Joshua Sinclair

    Joshua Sinclair

    Prison Escort Sergeant

  • Flavio Andreini

    Flavio Andreini

    Examination Corporal

  • Roberto Messina

    Roberto Messina

    American Prisoner

  • Clemente Ukmar

    Clemente Ukmar

    Prisoner

  • Enzo G. Castellari

    Enzo G. Castellari

    German Mortar Officer

  • Roberto Sbarigia

    Roberto Sbarigia

    German Mortar Officer

  • Giuseppe Marrocco

    Giuseppe Marrocco

    German Officer

  • Attilio Pelegatti

    Attilio Pelegatti

    German Officer on Train

  • Enrico Cesaretti

    Enrico Cesaretti

    German Officer on Train

  • Massimo Ciprari

    Massimo Ciprari

    German Officer on Train

  • Franz Colangeli

    Franz Colangeli

    German Officer on Train

  • Settimio Scacco

    Settimio Scacco

    French Resistance (uncredited)

  • Armando Tortorici

    Armando Tortorici

    Partisian (uncredited)

  • Claudio Zucchet

    Claudio Zucchet

    (uncredited)

  • Milla Johansson

    Milla Johansson

    Naked German woman with machine-gun (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Inglorious Bastards

Cast (37)

  • Bo Svenson

    Bo Svenson

    Lt. Robert Yeager

  • Fred Williamson

    Fred Williamson

    Pvt. Fred Canfield

  • Peter Hooten

    Peter Hooten

    Tony

  • Michael Pergolani

    Michael Pergolani

    Nick

  • Jackie Basehart

    Jackie Basehart

    Berle

  • Michel Constantin

    Michel Constantin

    Veronique

  • Debra Berger

    Debra Berger

    Nicole

  • Raimund Harmstorf

    Raimund Harmstorf

    Adolf Sachs

  • Ian Bannen

    Ian Bannen

    Col. Charles Thomas Buckner

  • Donald O'Brien

    Donald O'Brien

    SS Officer

  • Manfred Freyberger

    Manfred Freyberger

    S.S. Convoy Officer

  • Bill Vanders

    Bill Vanders

    German Officer on Train

  • Rocco Lerro

    Rocco Lerro

    German Roadblock Guard

  • Angelo Ragusa

    Angelo Ragusa

    French Resistance

  • Massimo Vanni

    Massimo Vanni

    French Resistance

  • Franco Ukmar

    Franco Ukmar

    French Resistance / American Commando

  • Peter Boom

    Peter Boom

    German Officer on Train

  • Vito Fornari

    Vito Fornari

    S.S. Officer

  • Gerard Schwartz

    Gerard Schwartz

    German Telephone Operator

  • Mauro Vestri

    Mauro Vestri

    French Resistance

  • Mike Morris

    Mike Morris

    General Hauser

  • Bryan Rostron

    Bryan Rostron

    German Scientist

  • Joshua Sinclair

    Joshua Sinclair

    Prison Escort Sergeant

  • Flavio Andreini

    Flavio Andreini

    Examination Corporal

  • Roberto Messina

    Roberto Messina

    American Prisoner

  • Clemente Ukmar

    Clemente Ukmar

    Prisoner

  • Enzo G. Castellari

    Enzo G. Castellari

    German Mortar Officer

  • Roberto Sbarigia

    Roberto Sbarigia

    German Mortar Officer

  • Giuseppe Marrocco

    Giuseppe Marrocco

    German Officer

  • Attilio Pelegatti

    Attilio Pelegatti

    German Officer on Train

  • Enrico Cesaretti

    Enrico Cesaretti

    German Officer on Train

  • Massimo Ciprari

    Massimo Ciprari

    German Officer on Train

  • Franz Colangeli

    Franz Colangeli

    German Officer on Train

  • Settimio Scacco

    Settimio Scacco

    French Resistance (uncredited)

  • Armando Tortorici

    Armando Tortorici

    Partisian (uncredited)

  • Claudio Zucchet

    Claudio Zucchet

    (uncredited)

  • Milla Johansson

    Milla Johansson

    Naked German woman with machine-gun (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Inglorious Bastards

Cast (37)

  • Bo Svenson

    Bo Svenson

    Lt. Robert Yeager

  • Fred Williamson

    Fred Williamson

    Pvt. Fred Canfield

  • Peter Hooten

    Peter Hooten

    Tony

  • Michael Pergolani

    Michael Pergolani

    Nick

  • Jackie Basehart

    Jackie Basehart

    Berle

  • Michel Constantin

    Michel Constantin

    Veronique

  • Debra Berger

    Debra Berger

    Nicole

  • Raimund Harmstorf

    Raimund Harmstorf

    Adolf Sachs

  • Ian Bannen

    Ian Bannen

    Col. Charles Thomas Buckner

  • Donald O'Brien

    Donald O'Brien

    SS Officer

  • Manfred Freyberger

    Manfred Freyberger

    S.S. Convoy Officer

  • Bill Vanders

    Bill Vanders

    German Officer on Train

  • Rocco Lerro

    Rocco Lerro

    German Roadblock Guard

  • Angelo Ragusa

    Angelo Ragusa

    French Resistance

  • Massimo Vanni

    Massimo Vanni

    French Resistance

  • Franco Ukmar

    Franco Ukmar

    French Resistance / American Commando

  • Peter Boom

    Peter Boom

    German Officer on Train

  • Vito Fornari

    Vito Fornari

    S.S. Officer

  • Gerard Schwartz

    Gerard Schwartz

    German Telephone Operator

  • Mauro Vestri

    Mauro Vestri

    French Resistance

  • Mike Morris

    Mike Morris

    General Hauser

  • Bryan Rostron

    Bryan Rostron

    German Scientist

  • Joshua Sinclair

    Joshua Sinclair

    Prison Escort Sergeant

  • Flavio Andreini

    Flavio Andreini

    Examination Corporal

  • Roberto Messina

    Roberto Messina

    American Prisoner

  • Clemente Ukmar

    Clemente Ukmar

    Prisoner

  • Enzo G. Castellari

    Enzo G. Castellari

    German Mortar Officer

  • Roberto Sbarigia

    Roberto Sbarigia

    German Mortar Officer

  • Giuseppe Marrocco

    Giuseppe Marrocco

    German Officer

  • Attilio Pelegatti

    Attilio Pelegatti

    German Officer on Train

  • Enrico Cesaretti

    Enrico Cesaretti

    German Officer on Train

  • Massimo Ciprari

    Massimo Ciprari

    German Officer on Train

  • Franz Colangeli

    Franz Colangeli

    German Officer on Train

  • Settimio Scacco

    Settimio Scacco

    French Resistance (uncredited)

  • Armando Tortorici

    Armando Tortorici

    Partisian (uncredited)

  • Claudio Zucchet

    Claudio Zucchet

    (uncredited)

  • Milla Johansson

    Milla Johansson

    Naked German woman with machine-gun (uncredited)