ADVERTISEMENT

Col. Hansel Marantan tells his story in the new docu 'Sa Likod ng Tsapa'

Published Jul 28, 2025 11:49 pm
At the press conference for 'Sa Likod ng Tsapa' are (from left): Lt. Col. Stefanio Rabino, Col. Hansel Marantan, producer/director Editha Caduaya, and Col. Mario Mayames
At the press conference for 'Sa Likod ng Tsapa' are (from left): Lt. Col. Stefanio Rabino, Col. Hansel Marantan, producer/director Editha Caduaya, and Col. Mario Mayames
A controversial figure in Philippine law enforcement is stepping into the spotlight - this time to tell his side of the story.
Police Colonel Hansel Marantan, who was put under public scrutiny due to high-profile armed operations, is the central character in his official documentary titled “Sa Likod ng Tsapa” (Behind the Badge). The film, which will be shown in theaters on August 13, promises an unflinching look at the man behind the uniform and the "storms" that have followed him throughout his career.
Describing the film as “50 percent archival, 50 percent reenactment,” Marantan said the documentary combines news coverage with real footage from past operations, which will humanize and contextualize the controversies that hounded him, ultimately leading to his successful overcoming of them.
“The movie is not 100 percent about me. It’s a representation of the countless law enforcers who sacrifice their lives on the frontline every day in the fulfillment of their duties,” said the bemedalled colonel, who recently stepped down as the chief of the Davao City Police.
Marantan has requested reassignment to the police headquarters in Camp Crame due to health reasons. These days, he walks with a total knee replacement, has 52 metal screws embedded in his body, a titanium spine, and a hearing impairment. Most of these scars are believed to be from a storied career that placed him at the heart of high-profile operations, including the 2024 arrest of preacher Apollo Quiboloy, the enforcement of a search warrant on the home of fugitive Arnolfo Teves, and the 2013 Atimonan encounter. The last operation caused his detention, where he also shared prison space with Senators Bong Revilla and Jinggoy Estrada.
“If my life were made into a film, I’d want Bong Revilla to play me,” Marantan stated. “He already promised to attend the premiere night of my documentary."
“Sa Likod ng Tsapa” is helmed by Davao-based production outfit POP Moviehouse/Newsline Philippines, with its owner Editha Z. Caduaya doubling as director.
Former chief of the Davao City Police, Col. Hansel Marantan
Former chief of the Davao City Police, Col. Hansel Marantan
Caduaya, who is also a publisher, revealed that gathering data and filming itself were no easy feat, especially since there were only 13 members of the production team.
“It took us six hours to finish what was supposed to be a 15-minute interview with Col. Marantan. There were a lot of emotional moments, and he got carried away in the retelling," she revealed.
But Caduaya was determined. "What kept me going was the belief that unsung policemen who wage daily struggles in their job need to be given justice.”
One of those who helped bring the reenactments to life was Lt. Col. Stefanio Rabino who portrayed the young Marantan.
“I idolize Col. Hansel,” said Rabino. “Playing the role is my way of paying tribute to him. Because he underwent so many sacrifices and challenges in his almost 30 years of police service, and people don’t see or realize it.”
For Marantan, the documentary is also an act of forgiveness, releasing him from the need to forgive his enemies. Quoting Nelson Mandela’s "Long Walk to Freedom", he said: “If you don’t forgive them, you’re still in shackles and incarcerated. So that’s what I do. I forgive, and I still try to do up to this day.”
Through his documentary, Col. Marantan believes that he can rewrite history, especially as he and his men were initially vilified and later vindicated in their court case. The film is not just about recounting past experiences, but also about providing context for the work of valiant police officers torn between duty and public judgment.
As Caduaya puts it, “This is not just Hansel’s story. It’s the story of every law enforcer whose story needs to be heard.”
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.