ADVERTISEMENT

Azurin submits courtesy resignation, urges over 950 colonels, generals to do the same

Published Jan 5, 2023 03:12 pm

The four highest officials of the Philippine National Police (PNP) led by Gen. Rodolfo Azurin, Jr. have submitted courtesy resignation in an apparent bid to set an example to 952 others police colonels and generals to do the same as part of the "radical" internal cleansing amid allegations of the return of ninja cops in the organization.

"All of us in the Command Group have already submitted. This means that the senior officers are willing to be subjected to the assessment because of the repeated allegations (of involvement of ranking officials in the illegal drug trade). This must stop once and for all," said Azurin.

The Command Group is composed of the Chief PNP as the highest police official, the Deputy Chief for Administration (Lt. Gen. Rhodel Sermonia), the PNP's number two post; the Deputy Chief for Operation (Lt. Gen. Benjamin Santos Jr.), the PNP's number three post; and, the Chief of the Directorial Staff (Maj. Gen. Michael John Dubria), as the fourth highest post in the PNP.

He then expressed optimism that the submission of the courtesy resignation of the PNP top brass in response to the appeal of Department of the Interior and Local Government (DILG) Secretary Benhur Abalos would finally put an end to the issue which has been hounding the police organization over the years.

On Wednesday, Jan. 4, Abalos appealed to all PNP colonels and generals to submit courtesy resignation as he disclosed that there were senior officials involved in illegal drugs trade which became controversial following the series of incidents that stemmed from the confiscation of 990 kilos of shabu from the lending agency office of a police sergeant in Manila in October last year.

It was an appeal as both the DILG and the PNP cannot compel the senior officers to resign, although Abalos said that they may use some rules and regulations against those who would defy his appeal.

Be fair

The Committee of Five, whose names were submitted and would be picked by President Ferdinand "Bongbong" Marcos, Jr. will conduct the evaluation of all the police colonels and generals to determine their integrity and fitness to remain in their posts.

Since it is a courtesy resignation, those who would file will remain in their posts until such time that the Committee of Five accepts the resignation.

"Though we heed the call of SILG, we respectfully demand the members of the said committee to maintain their reputation of an impeccable character, probity, fairness and unquestionable integrity throughout the process," said Azurin.

He explained that what is stake in the evaluation process are careers reputations, families and even lives of the police colonels and generals.

"Now, I am calling on all the 956 PNP Generals and Colonels, to have the courage to subject yourselves to the process. Let us not put the organization in a disarray and, as officers and gentlemen, let us be guided by the wisdom of our leader," said Azurin.

"Likewise, I am calling for all Commanders of the PNP units to also take the lead and heed the call of our leader. I am expecting that our commanders have understood the wisdom behind this and will willingly embrace the intention of it," he added.

The police officers with the rank of full colonel up to generals are referred to as 3rd level officers.

In urging all of them to submit courtesy resignation, Azurin said the move is more a moral challenge rather than a legal battle.

"Thus, we likewise respectfully demand that the process be made objective, impartial, judicious, and fair. We demand as well that the proceedings be made apolitical, and that personal issues and biases be set aside for a more acceptable outcome," said Azurin.

Related Tags

internal cleansing ninja cops courtesy resignation drug war PNP RODOLFO AZURIN JR
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.