UN extends Palestinian refugee mission until 2023

UN extends Palestinian refugee mission until 2023

Jordan hails international community's support


AMMAN — Jordan on Saturday hailed the UN General Assembly's decision to extend UNRWA mandate to 2023.

Foreign Ministry Spokesperson Deifallah Fayez said the decision is a "true support to the Palestinian refugees' right to live in dignity", according to a ministry statement.

The UN extended the work of its Palestinian refugee agency for another three years on Friday, despite fierce opposition from the United States and Israel.

The current mandate was due to run out in June 2020 but 169 countries approved a renewal up to 2023 at the UN General Assembly, with the Americans and Israelis voting against and nine countries abstaining, according to AFP.

The resolution approved on Friday “all donors to continue to strengthen their efforts to meet the anticipated needs of the agency” amid deteriorating socio-economic conditions in the Palestinian territories.

The vote with an overwhelming majority to renew UNRWA’s mandate is a confirmation for the clear international stance on the importance for the UN agency to continue its duties towards millions of Palestinian refugees in the fields of education, health and relief, Fayez stressed.

“The decision supports refugees’ right to live in dignity especially that their cause is one of the top final-status issues that has to be solved according to the international legitimacy resolutions, mainly UN Resolution 194 and the Arab peace initiative,” the spokesperson said.

The agency provides vital schooling and medical services to some 5 million Palestinians in Jordan, Lebanon, Syria, the Gaza Strip and the Israeli-occupied West Bank, including East Jerusalem.

In Jordan, over 2.1 million registered Palestinian refugees distributed among 10 camps benefit from the agency’s services and financial aid.

The agency runs 169 schools in the Kingdom — where some 120,000 students are enrolled — as well as a faculty of science and educational arts, 25 primary healthcare centres and other services.

In 2018, the US suspended and later cut all funding for UNRWA, causing a financial crisis that threatened to see its schools and hospitals closed.

UNRWA was set up after more than 700,000 Palestinians were expelled from their lands during the 1948 war.

It provides schooling and medical services to millions of impoverished refugees in Jordan, Lebanon and Syria as well as the Palestinian territories, and employs around 30,000 people, mostly Palestinians.

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