Turkey, Britain, France, Germany to hold Syria summit

An elderly man watches as a US military vehicle, part of a joint convoy with the Kurdish People's Protection Units (unseen) patrols near the town of Al Muabbadah in the north-eastern Syrian Hasakeh province on the border with Turkey on Saturday (AFP photo)

ISTANBUL — A Syria summit will be held in early December between the leaders of Turkey, France, Germany and Britain in London, the Turkish presidency said on Friday.

"It was decided to organise this four-way summit on the sidelines of the NATO summit scheduled in London on December 3 and 4," Anadolu state news agency quoted President Recep Tayyip Erdogan's advisor Ibrahim Kalin as saying.

Erdogan is expected to sit down with Emmanuel Macron, Angela Merkel and Boris Johnson at a time of high tensions in the NATO alliance over Turkey's offensive last month against Kurdish militants, who had been a key ally for the West against the Daesh terror group.

Erdogan has accused Western governments of “siding with terrorists” over their NATO ally.

Turkey sees the Syrian Kurdish militants as an off-shoot of the Kurdistan Workers’ Party, which has waged a bloody insurgency against the Turkish state since 1984 and is considered a terrorist organisation by the European Union and United States.

The Turkish offensive was halted by two ceasefires organised with Moscow and Washington, but Ankara has threatened to resume hostilities if Kurdish forces do not fully withdraw from an agreed 30-kilometre-deep zone along the Turkish border.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.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'); }); }); });