ADVERTISEMENT

Trillanes wants to be opposition's standard bearer in 2022 elections

Published May 12, 2021 01:26 pm

Former senator Antonio Trillanes IV on Wednesday, May 12, announced his intention to be the opposition's standard bearer in the 2022 national elections as Vice President Leni Robredo supposedly plans to run for governor in Camarines Sur province.

Former senator Antonio Trillanuees IV announces his bid to be the opposition's presidential candidate in the 2022 national elections. (MANILA BULLETIN FIle Photo)

"In view of VP Leni's preparations to run for governor of Camarines Sur in 2022, I, together with the Magdalo group, have decided to convey to the 1Sambayan Coalition to change my status from being an alternate candidate (to VP Leni) to being a principal candidate for President to vie for the Coalition's nomination," Trillanes said in a statement.

"This move is necessary for my name to be included in 1Sambayan's selection process," he added.

The 1Sambayan has been in looking to field a "united" opposition slate for the next year's polls.

It was initially considering Robredo as its presidential candidate, as well as Manila Mayor Isko Moreno, and Senators Nancy Binay and Grace Poe as part of its line-up.

Trillanes, who previously said he will run for president if Robredo will not do so, clarified that he is "not dividing the opposition" and that he Robredo have committed to support and campaign for 1Sambayan's nominees.

He stressed: "In the event that VP Leni definitively decides to run for President before 1Sambayan picks its nominees in July, I would wholeheartedly STEP ASIDE and WITHDRAW my own candidacy in her favor."

"But until then, we would work on the assumption that VP Leni would run for Governor of CamSur and, thus, we could now start our own preparations focusing on the development of policy prescriptions to solve the different problems of our country, particularly on pandemic response; economic recovery and poverty alleviation; peace and order/security sector reforms; anti-corruption/governance reforms; universal healthcare; foreign policy, including WPS (West Philippine Sea), etc," he added.

Trillanes reiterated that the 2022 elections "would be the most important elections in our nation's history after 1986."

"Not only our Democracy is at stake, our very survival as a country is at stake, too. In just five years, Duterte has been able to destroy our institutions, bankrupted the economy, worsened poverty and corruption, surrendered our interests in the WPS, and promoted incompetence in public service," said the staunch Duterte critic.

"Worst of all, he made our people accept killings, immorality, indecency and vulgarity as the new societal norm. Truly, we will not survive another six years of a Duterte rule," he claimed.

Trillanes further claimed that the Duterte administration is "determined to hold on to power", saying that "if the opposition wins, they would go straight to prison for the crimes they have committed against our people."

Still, he admitted that victory will not come easy for the opposition as administration candidates "have vast amounts of resources, the oppressive tools of the State, the subservient local officials, plus the lack of scruples to employ all dirty tricks in the electoral book."

"Having said this, I still have faith that the Filipino people will, yet again, deliver when we need them most. More importantly, I believe that God will not let evil prevail again this time," Trillanes said, appealing on the public for help.

He maintained his confidence that the opposition will win in the elections.

"At the appropriate time, mangangampanya tayo (we will campaign) like our lives depended on it. Kaya naman (That's why) I am confident na tatalunin natin sila (that we will defeat them)," Trillanes said.

Related Tags

Leni Robredo 2022 elections 2022 presidential elections trillanes antonio trillanes iv 1sambayan
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.