Tunisia convicts dozens of terrorists over teen beheading

Tunisia convicts dozens of terrorists over teen beheading

TUNIS — A Tunisian court has convicted dozens of extremists over the 2015 murder of a teenage shepherd, but the vast majority remain on the run, a prosecution spokesman said on Wednesday.

Mabrouk Soltani, 17, was beheaded as his sheep grazed on Mount Mghilla in central west Tunisia.

The details of the murder sparked outrage, with the victim’s cousin forced to watch and carry his head to the family home.

A total of 49 people were convicted on Tuesday over the murder, including 45 in absentia, the prosecutor’s spokesman Sofiene Sliti said.

Four were sentenced to death, one of whom is in custody, while the others were sentenced to between 15 and 36 years in prison.

Tunisian courts continue to issue death sentences despite no executions being carried out since 1991.

Those convicted over Soltani’s killing were prosecuted under Tunisia’s 2015 anti-terror legislation.

The murder was claimed by the Tunisian branch of the Daesh group, Jund Al Khilafa, in a video which showed the killing.

Two years later, Soltani’s brother Khalifa was abducted and killed in the same area, in an attack also claimed by Daesh.

The mountainous area near the Algerian border is also a stronghold of the Al Qaeda-linked Okba Ibn Nafaa Battalion.

Since its 2011 revolution, Tunisia has experienced an increase in terror attacks that have killed dozens of members of the security forces and at least 59 foreign tourists.

The country has been under a state of emergency since November 2015, when an Daesh-claimed suicide bombing in Tunis killed 12 presidential guards.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });