ADVERTISEMENT

Nasino's camp files manifestation over PNP, BJMP's 'cruel, inhuman, degrading treatment'

Published Oct 19, 2020 07:00 pm

The camp of detained activist Reina Mae Nasino on Monday filed a supplemental manifestation before a Manila court to detail the "cruel, inhuman and degrading treatment" of the Bureau of Jail and Penology Management and the Philippine National Police (PNP) to her during her three-month-old daughter's internment last week.

(Photo by Jansen Romero)

Through a document submitted to Manila Regional Trial Court Branch 47, the National Union of People's Lawyer manifested that "about 43 jail and police officers hijacked and commandeered the event and denied" Nasino and her family "their one and only last chance to peacefully and solemnly lay the child to her final resting place" at the Manila North Cemetery on Friday.

According to Nasino's camp, around 20 Manila Police District officers, "in intimidating battle-green camouflage uniform," arrived at the funeral parlor where Nasino's daughter's, Baby River, wake was being held before the latter was taken for funeral procession.

"Several police vehicles, including a black SWAT truck with a machine gun atop and a fire truck were positioned in the area," the document read.

NUPL also manifested that police barred Nasino's supporters and sympathizers from entering the funeral home, which was "against the family's wishes."

The lawyers' group added that Nasino's mother, Marites, even had to kneel before the police "to literally beg that they be allowed to start the funeral procession early."

During the procession, Nasino's camp said, the hearse carrying the corpse of Nasino's daughter moved at fast speed "after a police officer was seen talking to the driver" and "suddenly sped off, leaving the bewildered family and mourners behind."

NUPL also called out the police's action when "they handled the casket brusquely and without care as it if it was mere chattel."

The group also decried the authorities’ treatment to Nasino when they did not remove her handcuffs, so she "can say her last goodbye in dignity," when she arrived.

"One of the undersigned counsels, Atty. Katherine Panguban, initiated the plea to unshackle the accused... The accused's relatives and the parish priest also begged the guards while weeping, but their pleas fell on deaf ears and cold unmoving hearts," the manifestation read.

NUPL told the court that "these events show that BJMP's claims that they lacked the personnel who could escort the accused and she is a high-risk inmate are nothing but barefaced lies."

The group said that BJMP and PNP demonstrated their "unconscionable contempt for the accused's grief and suffering as well as total disregard to human feelings, oblivious to public sensibilities and unmitigated disrespect for our eternally observed culture in times of deep bereavement."

Nasino's camp's manifestation was accompanied with attachments of several photos and videos as "the BJMP and the PNP may deny or try to excuse their cruel, inhuman and degrading treatment of the accused during her furlough."

In a statement on Sunday night, NUPL president Edre Olalia asked the officers who escorted Nasino to tell themselves "in silence if" their families "deserve to be proud" of them for what they did.

Various human rights group, and even Vice President Leni Robredo, called out PNP and BJMP's "overkill" treatment to Nasino, which the latter denied.

Metropolitan Manila Development Authority spokesperson Celine Pialago, meanwhile, earned the ire of many social media netizens for being too "insensitive" after saying in a Facebook post that supporters of Nasino are turning her plight into a "drama serye."

"Pag aralan niyo mabuti ang dahilan bakit sya nakulong at kilalanin niyong mabuti kung sino sya sa lipunan (Find out the reason why she was jailed and who is she in the society)," Pialago said.

Nasino was arrested in November 2019 for alleged possession of firearms and explosives after police raided the headquarters of Bagong Alyansang Makabayan (BAYAN) in Tondo.

She was charged following her arrest and up to this day, her trial is still ongoing, which means she is still presumed innocent until proven by the court guilty.

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.