Hi,
I could not find a way to use a different template so here’s what I did
I add a define in the constructor in fakepage.php
define(‘iAmAFakePage’,true);
Then I check in the page.php if the define exist so I can control to show the subscription form or not.