/
var
/
www
/
html
/
mixchief_app
/
var
/
cache
/
prod
/
twig
/
cf
/
Upload File
HOME
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* billing/payment.html.twig */ class __TwigTemplate_66078091c466fa5ee787979aafb23202891912675d7b5de3d0ef2668c034fee2 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 2 echo " "; // line 3 $this->displayBlock('content', $context, $blocks); } public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 4 echo "\t"; if (($context["success"] ?? null)) { // line 5 echo "\t\t<h2>Payment Made Successfully. You are now subscribed.</h2> \t"; } else { // line 7 echo "\t\t<h2>Payment error, please try again later.</h2> \t"; } // line 9 echo " \t"; } public function getTemplateName() { return "billing/payment.html.twig"; } public function getDebugInfo() { return array ( 59 => 9, 55 => 7, 51 => 5, 48 => 4, 41 => 3, 38 => 2,); } public function getSourceContext() { return new Source("", "billing/payment.html.twig", "/var/www/html/mixchief_app/templates/billing/payment.html.twig"); } }