ADVERTISEMENT

PBBM's granting of amnesty to rebels, insurgents hailed

Published Nov 24, 2023 05:53 am
60 ex-rebels in Butuan get P1.2M gov't aid
(File photo)

The granting of amnesty to rebels and insurgent groups by President Ferdinand "Bongbong" Marcos Jr. is a step closer towards the realization of peace, and the nearing end of the country's insurgency problem and 55-year-long communist rebellion in the country.

Department of National Defense (DND) Sec. Gilberto Teodoro Jr. said this Friday, Nov. 24, following the announcement of the Palace that Marcos has issued Proclamations 403, 404, 405, and 406 which granted amnesty to rebels and insurgents to encourage them to return to the folds of the law. 

"It's a step towards, if not cessation, reducing the amount of ostensible support that they have. Nevertheless, we remain very alert on all forces of extremism and terrorism because as you know worldwide, the reiterations, the modifications, the number of extremist potential is still there. We cannot take it lightly," Teodoro said.

According to Malacañang, Marcos signed Proclamation No. 403 which granted amnesty to the members of the Rebolusyonaryong Partido ng Manggagawa ng Pilipinas/Revolutionary Proletarian Army/Alex Boncayao Brigade (RPMP-RPA-ABB); Proclamation No. 404 for former members of the Communist Party of the Philippines-New People’s Army-National Democratic Front (CPP-NPA-NDF); and Proclamation Nos. 405 and 406 for members of the Moro Islamic Liberation Front (MILF) and Moro National Liberation Front (MNLF).

Executive Order (EO) No. 47 was also signed by Executive Secretary Lucas P. Bersamin to amend EO No. 125, series of 2021, or the Creation of the National Amnesty Commission (NAC) which is needed to cover the processing of the applications for amnesty under the new proclamations.

The defense chief said the concurrence of the Congress is needed for the ratification of the amnesty. 

"Sa aking pagkakaalam, bubuuin na naman 'yung National Amnesty Commission para ma-vet 'yung mga qualified recipients ng amnesty and the OPAPRU will be there to provide the post-amnesty for them -- reintegration, livelihood and the like (As far as I know, the National Amnesty Commission will be established again to vet the qualified recipients under the amnesty and the [Office of Presidential Adviser on Peace, Reconciliation and Unity] will be there to provide post-amnesty [interventions] for them -- reintegration, livelihood, and the like)," Teodoro said.

"Marami din ayaw magsurrender dahil may existing warrants of arrest sila (A lot of them don't want to surrender because they have existing warrants of arrest) so it's really complementary to this, provided they are bonafide members of the organizations that are mentioned in the amnesty proclamation. Let's remember, this was a SONA [State of the National Address] promise of the President)," he added.

Meanwhile, the government's anti-communist task force believes the amnesty will serve as a "a bridge" between government forces and enemies of the state "toward healing and reintegration for individuals who once stood on opposing sides of armed conflict."

"This is the moment that we all have been praying for our brothers and sisters who were blinded by their lost causes, particularly the CPP-NPA-NDF and the RPMP to be formally reintegrated into mainstream society," Undersecretary Ernesto Torres Jr., executive director of the National Task Force to End Local Communist Armed Conflict (NTF-ELCAC), said.

"In issuing these Amnesty Proclamations, the President recognizes the complexity of our nation's history and the diverse narratives that have shaped it. The amnesty initiative seeks to weave together the threads of justice, reconciliation, understanding, unity, and progress, transcending past grievances towards a shared vision of a unified and peaceful Philippines," he added.

Torres urged the remaining members of the CPP-NPA-NDF, which have waged communist rebellion against the government for 55 years already, and other insurgents to "give up the armed struggle and formally return to the folds of the law." 

"Let us move forward together, transcending past conflicts and differences, towards a future where peace reigns supreme. Our collective efforts today lay the groundwork for a more cohesive and prosperous Philippines tomorrow," he said.

Related Tags

Gilberto Teodoro Jr. DND amnesty program
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.