/
home
/
obinna
/
html
/
mixchief_app
/
var
/
cache
/
prod
/
twig
/
13
/
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/passwordemail.html.twig */ class __TwigTemplate_965c46f2e1eba01e8cb9fa34c377d7c1e3866c80d3c311194884ac9cc3947e86 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; // 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>Amply - Reset Password</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=\""; // line 37 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/amply.png"), "html", null, true); echo "\" 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, ($context["name"] ?? null), "html", null, true); echo "</p> \t\t\t\t\t\t\t<p>You are receiving this email because you requested to change your password. Please click the link below to continue</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, ($context["host"] ?? null), "html", null, true); echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("password_reset", ["token" => ($context["token"] ?? null)]), "html", null, true); echo "\">Change password</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>"; } public function getTemplateName() { return "Users/passwordemail.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 88 => 44, 83 => 42, 75 => 37, 37 => 1,); } public function getSourceContext() { return new Source("", "Users/passwordemail.html.twig", "/var/www/html/mixchief_app/templates/Users/passwordemail.html.twig"); } }