/
home
/
obinna
/
html
/
mixchief_app
/
var
/
cache
/
dev
/
twig
/
50
/
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; /* Users/email.html.twig */ class __TwigTemplate_db797d3b6f4757486feb18b97ebb33b17bd07e57cd6ec14ca172160b28bf0d16 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Users/email.html.twig")); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Users/email.html.twig")); // line 1 echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\"> <html xmlns=\"http://www.w3.org/1999/xhtml\"> <head> \t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> \t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/> \t<title>Welcome to Amply</title> \t<style type=\"text/css\"> \t\t#outlook a {padding:0;} \t\tbody{width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0; font-family: sans-serif;} \t\t#backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;} \t\t \t\t.message p { \t\t\tpadding-top: 15px; \t\t} \t\t.social-list li { \t\t\tdisplay: inline; \t\t} \t\t.social-list li a { \t\t} \t\t.social-list li a img { \t\t\twidth: 20px; \t\t} \t</style> </head> <body> \t<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" id=\"backgroundTable\" width=\"100%\"> \t\t<tr> \t\t\t<td align=\"center\"> \t\t\t\t<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\" width=\"600\"> \t\t\t\t\t<tr> \t\t\t\t\t\t<td align=\"center\" style=\"padding-top: 30px;\"> \t\t\t\t\t\t\t<img style=\"width: 300px;\" src=\"https://www.amply.com.ng/images/amply.png\" alt=\"Header\" /> \t\t\t\t\t\t</td> \t\t\t\t\t</tr> \t\t\t\t\t<tr class=\"message\"> \t\t\t\t\t\t<td style=\"padding: 30px; color: #222; font-family: 'Effra Regular', sans-serif;\"> \t\t\t\t\t\t\t<p style=\"margin-bottom: 20px; font-weight: normal; padding-top: 0\">Dear "; // line 42 echo twig_escape_filter($this->env, (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 42, $this->source); })()), "html", null, true); echo "</p> \t\t\t\t\t\t\t<p>You're on your way. Click on the link below to verify your email address and start keeping track of your inventory today.</p>\t \t\t\t\t\t\t\t<a style=\"padding: 10px 20px; background: #222; color: #fff; border: none;\" href=\""; // line 44 echo twig_escape_filter($this->env, (isset($context["host"]) || array_key_exists("host", $context) ? $context["host"] : (function () { throw new RuntimeError('Variable "host" does not exist.', 44, $this->source); })()), "html", null, true); echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("verify_email", ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 44, $this->source); })())]), "html", null, true); echo "\">Verify email</a> \t\t\t\t\t\t\t<p style=\"font-weight: bold;\">Regards, <br />Amply</p> \t\t\t\t\t\t</td> \t\t\t\t\t</tr> \t\t\t\t\t<tr style=\"background-color: #222; color: #fff;\"> \t\t\t\t\t\t<td> \t\t\t\t\t\t\t<p style=\"padding: 14px; font-style: italic; font-size: 12px;\">© 2021 Amply.</p> \t\t\t\t\t\t</td> \t\t\t\t\t</tr> \t\t\t\t</table> \t\t\t</td> \t\t</tr> \t</table> </body> </html>"; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); } public function getTemplateName() { return "Users/email.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 91 => 44, 86 => 42, 43 => 1,); } public function getSourceContext() { return new Source("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\"> <html xmlns=\"http://www.w3.org/1999/xhtml\"> <head> \t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> \t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/> \t<title>Welcome to Amply</title> \t<style type=\"text/css\"> \t\t#outlook a {padding:0;} \t\tbody{width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0; font-family: sans-serif;} \t\t#backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;} \t\t \t\t.message p { \t\t\tpadding-top: 15px; \t\t} \t\t.social-list li { \t\t\tdisplay: inline; \t\t} \t\t.social-list li a { \t\t} \t\t.social-list li a img { \t\t\twidth: 20px; \t\t} \t</style> </head> <body> \t<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" id=\"backgroundTable\" width=\"100%\"> \t\t<tr> \t\t\t<td align=\"center\"> \t\t\t\t<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\" width=\"600\"> \t\t\t\t\t<tr> \t\t\t\t\t\t<td align=\"center\" style=\"padding-top: 30px;\"> \t\t\t\t\t\t\t<img style=\"width: 300px;\" src=\"https://www.amply.com.ng/images/amply.png\" alt=\"Header\" /> \t\t\t\t\t\t</td> \t\t\t\t\t</tr> \t\t\t\t\t<tr class=\"message\"> \t\t\t\t\t\t<td style=\"padding: 30px; color: #222; font-family: 'Effra Regular', sans-serif;\"> \t\t\t\t\t\t\t<p style=\"margin-bottom: 20px; font-weight: normal; padding-top: 0\">Dear {{ name }}</p> \t\t\t\t\t\t\t<p>You're on your way. Click on the link below to verify your email address and start keeping track of your inventory today.</p>\t \t\t\t\t\t\t\t<a style=\"padding: 10px 20px; background: #222; color: #fff; border: none;\" href=\"{{ host }}{{ path('verify_email', {'token': token}) }}\">Verify email</a> \t\t\t\t\t\t\t<p style=\"font-weight: bold;\">Regards, <br />Amply</p> \t\t\t\t\t\t</td> \t\t\t\t\t</tr> \t\t\t\t\t<tr style=\"background-color: #222; color: #fff;\"> \t\t\t\t\t\t<td> \t\t\t\t\t\t\t<p style=\"padding: 14px; font-style: italic; font-size: 12px;\">© 2021 Amply.</p> \t\t\t\t\t\t</td> \t\t\t\t\t</tr> \t\t\t\t</table> \t\t\t</td> \t\t</tr> \t</table> </body> </html>", "Users/email.html.twig", "/var/www/html/mixchief_app/templates/Users/email.html.twig"); } }