var/cache/dev/twig/c1/c10444b03c14755f2a38003799c6c14b.php line 49

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* home.html.twig */
  14. class __TwigTemplate_714091bae60e24738f0dacba1d4ebb1e extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'body' => [$this'block_body'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "./base.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""home.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""home.html.twig"));
  39.         $this->parent $this->loadTemplate("./base.html.twig""home.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 3
  47.     public function block_title($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("title_home", [], "messages"), "html"nulltrue);
  55.         
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  57.         
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  59.     }
  60.     // line 5
  61.     public function block_body($context, array $blocks = [])
  62.     {
  63.         $macros $this->macros;
  64.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  68.         // line 6
  69.         echo "    <div class=\"border-bottom\">
  70.         <div class=\"bg-light py-1\">
  71.             <div class=\"container-fluid\">
  72.                 <div class=\"row align-items-center gx-lg-2 gx-0\">
  73.                     <div class=\"col-6\"><span>A simple way to send SMS messages to your customers.</span></div>
  74.                     <div class=\"col-6 text-end\">
  75.                         ";
  76.         // line 12
  77.         echo (isset($context["flags"]) || array_key_exists("flags"$context) ? $context["flags"] : (function () { throw new RuntimeError('Variable "flags" does not exist.'12$this->source); })());
  78.         echo "
  79.                     </div>
  80.                 </div>
  81.             </div>
  82.         </div>
  83.         <div class=\"py-3\">
  84.             <div class=\"container-fluid\">
  85.                 <div class=\"row w-100 align-items-center gx-lg-2 gx-0\">
  86.                     <div class=\"col-xxl-2 col-lg-3 col-md-6 col-5\">
  87.                         <a class=\"navbar-brand d-none d-lg-block\" href=\"./index.html\">
  88.                             <img src=\"../../../internalImages/logo.png\" alt=\"eCommerce HTML Template\" style=\"width: 200px;\">
  89.                         </a>
  90.                         <div class=\"d-flex justify-content-between w-100 d-lg-none\">
  91.                             <a class=\"navbar-brand\" href=\"./index.html\">
  92.                                 <img src=\"../../../internalImages/logo.png\" alt=\"eCommerce HTML Template\" style=\"width: 200px;\">
  93.                             </a>
  94.                         </div>
  95.                     </div>
  96.                     <div class=\"col-lg-10 col-xxl-10 text-end col-md-6 col-7\">
  97.                         <div class=\"list-inline\">
  98.                             <div class=\"list-inline-item\">
  99.                                 ";
  100.         // line 33
  101.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  102.             // line 34
  103.             echo "                                    <a href=\"";
  104.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout");
  105.             echo "\" class=\"text-decoration-none\" title=\"";
  106.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("logout_button_alt", [], "messages"), "html"nulltrue);
  107.             echo "\">
  108.                                         <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\" width=\"40\"><path d=\"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"/></svg>
  109.                                     </a>
  110.                                 ";
  111.         } else {
  112.             // line 38
  113.             echo "                                    <a href=\"";
  114.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login");
  115.             echo "\" class=\"text-decoration-none\" title=\"";
  116.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("login_button_alt", [], "messages"), "html"nulltrue);
  117.             echo "\">
  118.                                         <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\" width=\"40\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8 .4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"/></svg>
  119.                                     </a>                        
  120.                                 ";
  121.         }
  122.         // line 41
  123.         echo "        
  124.                             </div>
  125.                         </div>
  126.                     </div>
  127.                 </div>
  128.             </div>
  129.         </div>
  130.         <nav class=\"navbar navbar-expand-lg navbar-dark bg-dark\" aria-label=\"Eighth navbar example\">
  131.             <div class=\"container-fluid\">
  132.               
  133.               <button class=\"navbar-toggler collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarsExample07\" aria-controls=\"navbarsExample07\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  134.                 <span class=\"navbar-toggler-icon\"></span>
  135.               </button>
  136.         
  137.               <div class=\"navbar-collapse collapse\" id=\"navbarsExample07\">
  138.                 <ul class=\"navbar-nav me-auto mb-2 mb-lg-0\">
  139.                   <li class=\"nav-item\">
  140.                     ";
  141.         // line 58
  142.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  143.             // line 59
  144.             echo "                        <a href=\"";
  145.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  146.             echo "\" class=\"nav-link\" title=\"";
  147.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home_button_alt", [], "messages"), "html"nulltrue);
  148.             echo "\"><i class=\"fas fa-user-edit\"></i> ";
  149.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home_button", [], "messages"), "html"nulltrue);
  150.             echo "</a>
  151.                     ";
  152.         }
  153.         // line 61
  154.         echo "                  </li>
  155.                   <li class=\"nav-item dropdown\">
  156.                     <a class=\"nav-link dropdown-toggle\" href=\"#\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">Categorias</a>
  157.                     <ul class=\"dropdown-menu\">
  158.                       <li><a class=\"dropdown-item\" href=\"#\">Action</a></li>
  159.                       <li><a class=\"dropdown-item\" href=\"#\">Another action</a></li>
  160.                       <li><a class=\"dropdown-item\" href=\"#\">Something else here</a></li>
  161.                     </ul>
  162.                   </li>
  163.                 </ul>
  164.                 <form role=\"search\">
  165.                   <input class=\"form-control\" type=\"search\" placeholder=\"Search\" aria-label=\"Search\">
  166.                 </form>
  167.               </div>
  168.             </div>
  169.           </nav>
  170.         
  171.     </div>
  172.     <div class=\"container-fluid mb-5\">
  173.         <div class=\"row\">
  174.             ";
  175.         // line 81
  176.         $context["message"] = "";
  177.         echo " ";
  178.         $context["color"] = "";
  179.         echo " ";
  180.         $context["filename"] = "";
  181.         // line 82
  182.         echo "            ";
  183.         $context['_parent'] = $context;
  184.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'82$this->source); })()), "flashes", [], "any"falsefalsefalse82));
  185.         foreach ($context['_seq'] as $context["key"] => $context["value"]) {
  186.             // line 83
  187.             echo "                ";
  188.             if (($context["key"] == "message")) {
  189.                 // line 84
  190.                 echo "                    ";
  191.                 $context["message"] = twig_get_attribute($this->env$this->source$context["value"], 0, [], "array"falsefalsefalse84);
  192.                 // line 85
  193.                 echo "                ";
  194.             } elseif (($context["key"] == "color")) {
  195.                 // line 86
  196.                 echo "                    ";
  197.                 $context["color"] = twig_get_attribute($this->env$this->source$context["value"], 0, [], "array"falsefalsefalse86);
  198.                 // line 87
  199.                 echo "                ";
  200.             } elseif (($context["key"] == "filename")) {
  201.                 // line 88
  202.                 echo "                    ";
  203.                 $context["filename"] = twig_get_attribute($this->env$this->source$context["value"], 0, [], "array"falsefalsefalse88);
  204.                 // line 89
  205.                 echo "                ";
  206.             } else {
  207.                 echo "                
  208.                 ";
  209.             }
  210.             // line 91
  211.             echo "            ";
  212.         }
  213.         $_parent $context['_parent'];
  214.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
  215.         $context array_intersect_key($context$_parent) + $_parent;
  216.         // line 92
  217.         echo "            ";
  218.         if ((isset($context["message"]) || array_key_exists("message"$context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.'92$this->source); })())) {
  219.             // line 93
  220.             echo "            <div class=\"container\">
  221.                 <div class=\"row d-flex justify-content-between align-items-center my-3 pb-3\">
  222.                     <div class=\"alert alert-";
  223.             // line 95
  224.             echo twig_escape_filter($this->env, (isset($context["color"]) || array_key_exists("color"$context) ? $context["color"] : (function () { throw new RuntimeError('Variable "color" does not exist.'95$this->source); })()), "html"nulltrue);
  225.             echo " mt-3\" role=\"alert\">
  226.                         ";
  227.             // line 96
  228.             echo twig_escape_filter($this->env, (isset($context["message"]) || array_key_exists("message"$context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.'96$this->source); })()), "html"nulltrue);
  229.             echo "
  230.                     </div>
  231.                 </div>
  232.             </div>
  233.             ";
  234.         }
  235.         // line 100
  236.         echo 
  237.             <div class=\"container pt-3\">
  238.                 <div class=\"row\">
  239.                     <section class=\"py-5\">
  240.                         <div class=\"container\">
  241.                             <div class=\"row justify-content-center text-center mb-4\">
  242.                                 <div class=\"col-lg-8 col-xxl-7\">
  243.                                     <h2 class=\"display-5 fw-bold\">How it Works</h2>
  244.                                     <p class=\"lead\">Follow these steps to create an account and start using our SMS service.</p>
  245.                                 </div>
  246.                             </div>
  247.                             <div class=\"row\">
  248.                                 <div class=\"col-md-3\">
  249.                                     <div class=\"text-center position-relative\">
  250.                                         <div class=\"step-icon mx-auto bg-primary border rounded-circle d-flex align-items-center justify-content-center \" style=\"width:120px;height:120px;\">
  251.                                             <i class=\"fas fa-user-plus text-white\" style=\"font-size: 30px;\"></i>
  252.                                         </div>
  253.                                         <h4 class=\"mt-3 fs-5\">Create Account</h4>
  254.                                         <p class=\"lead text-muted mt-4 fs-5 px-lg-3 mb-5 mb-lg-0\">Fill out the registration form to create an account.</p>
  255.                                         <div class=\"arrow-icon position-absolute d-none d-lg-block\" style=\"top:50px; right:-25px\">
  256.                                             <svg class=\"bi bi-arrow-right\" fill=\"currentColor\" height=\"30\" viewBox=\"0 0 16 16\" width=\"30\" xmlns=\"http://www.w3.org/2000/svg\">
  257.                                             <path d=\"M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z\" fill-rule=\"evenodd\"></path></svg>
  258.                                         </div>
  259.                                     </div>
  260.                                 </div>
  261.                                 <div class=\"col-md-3\">
  262.                                     <div class=\"text-center position-relative\">
  263.                                         <div class=\"step-icon mx-auto bg-primary border rounded-circle d-flex align-items-center justify-content-center\" style=\"width: 120px;height: 120px;\">
  264.                                             <svg class=\"bi bi-envelope-exclamation text-white\" fill=\"currentColor\" height=\"30\" viewBox=\"0 0 16 16\" width=\"30\" xmlns=\"http://www.w3.org/2000/svg\">
  265.                                             <path d=\"M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2H2Zm3.708 6.208L1 11.105V5.383l4.708 2.825ZM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2-7-4.2Z\"></path>
  266.                                             <path d=\"M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm.5-5v1.5a.5.5 0 0 1-1 0V11a.5.5 0 0 1 1 0Zm0 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z\"></path></svg>
  267.                                         </div>
  268.                                         <h4 class=\"mt-3 fs-5\">Activate Your Accoount</h4>
  269.                                         <p class=\"lead text-muted mt-4 fs-5 px-lg-3 mb-5 mb-lg-0\">Check your email for the activation link.</p>
  270.                                         <div class=\"arrow-icon d-none d-lg-block position-absolute\" style=\"top:50px; right:-25px\">
  271.                                             <svg class=\"bi bi-arrow-right\" fill=\"currentColor\" height=\"30\" viewBox=\"0 0 16 16\" width=\"30\" xmlns=\"http://www.w3.org/2000/svg\">
  272.                                             <path d=\"M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z\" fill-rule=\"evenodd\"></path></svg>
  273.                                         </div>
  274.                                     </div>
  275.                                 </div>
  276.                                 <div class=\"col-md-3\">
  277.                                     <div class=\"text-center position-relative\">
  278.                                         <div class=\"step-icon mx-auto bg-primary border rounded-circle d-flex align-items-center justify-content-center\" style=\"width: 120px;height: 120px;\">
  279.                                             <i class=\"fas fa-money-check-alt text-white\" style=\"font-size: 30px;\"></i>
  280.                                         </div>
  281.                                         <h4 class=\"mt-3 fs-5\">Purchase Credits</h4>
  282.                                         <p class=\"lead text-muted mt-4 fs-5 px-lg-3 mb-5 mb-lg-0\">Purchase credits to send SMS messages.</p>
  283.                                         <div class=\"arrow-icon d-none d-lg-block position-absolute\" style=\"top:50px; right:-25px\">
  284.                                             <svg class=\"bi bi-arrow-right\" fill=\"currentColor\" height=\"30\" viewBox=\"0 0 16 16\" width=\"30\" xmlns=\"http://www.w3.org/2000/svg\">
  285.                                             <path d=\"M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z\" fill-rule=\"evenodd\"></path></svg>
  286.                                         </div>
  287.                                     </div>
  288.                                 </div>
  289.                                 <div class=\"col-md-3\">
  290.                                     <div class=\"text-center position-relative\">
  291.                                         <div class=\"step-icon mx-auto bg-primary border rounded-circle d-flex align-items-center justify-content-center\" style=\"width: 120px;height: 120px;\">
  292.                                             <i class=\"fas fa-key text-white\" style=\"font-size: 30px;\"></i>
  293.                                         </div>
  294.                                         <h4 class=\"mt-3 fs-5\">Send SMS</h4>
  295.                                         <p class=\"lead text-muted mt-4 fs-5 px-lg-3 mb-5 mb-lg-0\">You will receive an API key to send SMS messages.</p>
  296.                                     </div>
  297.                                 </div>
  298.                             </div>
  299.                         </div>
  300.                     </section>
  301.                 </div>
  302.             </div>
  303.         </div>
  304.     </div> 
  305.     
  306. ";
  307.         
  308.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  309.         
  310.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  311.     }
  312.     public function getTemplateName()
  313.     {
  314.         return "home.html.twig";
  315.     }
  316.     public function isTraitable()
  317.     {
  318.         return false;
  319.     }
  320.     public function getDebugInfo()
  321.     {
  322.         return array (  255 => 100,  247 => 96,  243 => 95,  239 => 93,  236 => 92,  230 => 91,  224 => 89,  221 => 88,  218 => 87,  215 => 86,  212 => 85,  209 => 84,  206 => 83,  201 => 82,  195 => 81,  173 => 61,  163 => 59,  161 => 58,  142 => 41,  132 => 38,  122 => 34,  120 => 33,  96 => 12,  88 => 6,  78 => 5,  59 => 3,  36 => 1,);
  323.     }
  324.     public function getSourceContext()
  325.     {
  326.         return new Source("{% extends './base.html.twig' %}
  327. {% block title %}{{ 'title_home'|trans({}, 'messages') }}{% endblock %}
  328. {% block body %}
  329.     <div class=\"border-bottom\">
  330.         <div class=\"bg-light py-1\">
  331.             <div class=\"container-fluid\">
  332.                 <div class=\"row align-items-center gx-lg-2 gx-0\">
  333.                     <div class=\"col-6\"><span>A simple way to send SMS messages to your customers.</span></div>
  334.                     <div class=\"col-6 text-end\">
  335.                         {{ flags|raw }}
  336.                     </div>
  337.                 </div>
  338.             </div>
  339.         </div>
  340.         <div class=\"py-3\">
  341.             <div class=\"container-fluid\">
  342.                 <div class=\"row w-100 align-items-center gx-lg-2 gx-0\">
  343.                     <div class=\"col-xxl-2 col-lg-3 col-md-6 col-5\">
  344.                         <a class=\"navbar-brand d-none d-lg-block\" href=\"./index.html\">
  345.                             <img src=\"../../../internalImages/logo.png\" alt=\"eCommerce HTML Template\" style=\"width: 200px;\">
  346.                         </a>
  347.                         <div class=\"d-flex justify-content-between w-100 d-lg-none\">
  348.                             <a class=\"navbar-brand\" href=\"./index.html\">
  349.                                 <img src=\"../../../internalImages/logo.png\" alt=\"eCommerce HTML Template\" style=\"width: 200px;\">
  350.                             </a>
  351.                         </div>
  352.                     </div>
  353.                     <div class=\"col-lg-10 col-xxl-10 text-end col-md-6 col-7\">
  354.                         <div class=\"list-inline\">
  355.                             <div class=\"list-inline-item\">
  356.                                 {% if is_granted('ROLE_USER') %}
  357.                                     <a href=\"{{ path('logout') }}\" class=\"text-decoration-none\" title=\"{{ 'logout_button_alt'|trans({}, 'messages') }}\">
  358.                                         <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\" width=\"40\"><path d=\"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"/></svg>
  359.                                     </a>
  360.                                 {% else %}
  361.                                     <a href=\"{{ path('login') }}\" class=\"text-decoration-none\" title=\"{{ 'login_button_alt'|trans({}, 'messages') }}\">
  362.                                         <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\" width=\"40\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8 .4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"/></svg>
  363.                                     </a>                        
  364.                                 {% endif %}        
  365.                             </div>
  366.                         </div>
  367.                     </div>
  368.                 </div>
  369.             </div>
  370.         </div>
  371.         <nav class=\"navbar navbar-expand-lg navbar-dark bg-dark\" aria-label=\"Eighth navbar example\">
  372.             <div class=\"container-fluid\">
  373.               
  374.               <button class=\"navbar-toggler collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarsExample07\" aria-controls=\"navbarsExample07\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  375.                 <span class=\"navbar-toggler-icon\"></span>
  376.               </button>
  377.         
  378.               <div class=\"navbar-collapse collapse\" id=\"navbarsExample07\">
  379.                 <ul class=\"navbar-nav me-auto mb-2 mb-lg-0\">
  380.                   <li class=\"nav-item\">
  381.                     {% if is_granted('ROLE_USER') %}
  382.                         <a href=\"{{ path('home') }}\" class=\"nav-link\" title=\"{{ 'home_button_alt'|trans({}, 'messages') }}\"><i class=\"fas fa-user-edit\"></i> {{ 'home_button'|trans({}, 'messages') }}</a>
  383.                     {% endif %}
  384.                   </li>
  385.                   <li class=\"nav-item dropdown\">
  386.                     <a class=\"nav-link dropdown-toggle\" href=\"#\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">Categorias</a>
  387.                     <ul class=\"dropdown-menu\">
  388.                       <li><a class=\"dropdown-item\" href=\"#\">Action</a></li>
  389.                       <li><a class=\"dropdown-item\" href=\"#\">Another action</a></li>
  390.                       <li><a class=\"dropdown-item\" href=\"#\">Something else here</a></li>
  391.                     </ul>
  392.                   </li>
  393.                 </ul>
  394.                 <form role=\"search\">
  395.                   <input class=\"form-control\" type=\"search\" placeholder=\"Search\" aria-label=\"Search\">
  396.                 </form>
  397.               </div>
  398.             </div>
  399.           </nav>
  400.         
  401.     </div>
  402.     <div class=\"container-fluid mb-5\">
  403.         <div class=\"row\">
  404.             {% set message = '' %} {% set color = '' %} {% set filename = '' %}
  405.             {% for key, value in app.flashes %}
  406.                 {% if key == 'message' %}
  407.                     {% set message = value[0] %}
  408.                 {% elseif key == 'color' %}
  409.                     {% set color = value[0] %}
  410.                 {% elseif key == 'filename' %}
  411.                     {% set filename = value[0] %}
  412.                 {% else %}                
  413.                 {% endif %}
  414.             {% endfor %}
  415.             {% if message %}
  416.             <div class=\"container\">
  417.                 <div class=\"row d-flex justify-content-between align-items-center my-3 pb-3\">
  418.                     <div class=\"alert alert-{{ color }} mt-3\" role=\"alert\">
  419.                         {{ message }}
  420.                     </div>
  421.                 </div>
  422.             </div>
  423.             {% endif %} 
  424.             <div class=\"container pt-3\">
  425.                 <div class=\"row\">
  426.                     <section class=\"py-5\">
  427.                         <div class=\"container\">
  428.                             <div class=\"row justify-content-center text-center mb-4\">
  429.                                 <div class=\"col-lg-8 col-xxl-7\">
  430.                                     <h2 class=\"display-5 fw-bold\">How it Works</h2>
  431.                                     <p class=\"lead\">Follow these steps to create an account and start using our SMS service.</p>
  432.                                 </div>
  433.                             </div>
  434.                             <div class=\"row\">
  435.                                 <div class=\"col-md-3\">
  436.                                     <div class=\"text-center position-relative\">
  437.                                         <div class=\"step-icon mx-auto bg-primary border rounded-circle d-flex align-items-center justify-content-center \" style=\"width:120px;height:120px;\">
  438.                                             <i class=\"fas fa-user-plus text-white\" style=\"font-size: 30px;\"></i>
  439.                                         </div>
  440.                                         <h4 class=\"mt-3 fs-5\">Create Account</h4>
  441.                                         <p class=\"lead text-muted mt-4 fs-5 px-lg-3 mb-5 mb-lg-0\">Fill out the registration form to create an account.</p>
  442.                                         <div class=\"arrow-icon position-absolute d-none d-lg-block\" style=\"top:50px; right:-25px\">
  443.                                             <svg class=\"bi bi-arrow-right\" fill=\"currentColor\" height=\"30\" viewBox=\"0 0 16 16\" width=\"30\" xmlns=\"http://www.w3.org/2000/svg\">
  444.                                             <path d=\"M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z\" fill-rule=\"evenodd\"></path></svg>
  445.                                         </div>
  446.                                     </div>
  447.                                 </div>
  448.                                 <div class=\"col-md-3\">
  449.                                     <div class=\"text-center position-relative\">
  450.                                         <div class=\"step-icon mx-auto bg-primary border rounded-circle d-flex align-items-center justify-content-center\" style=\"width: 120px;height: 120px;\">
  451.                                             <svg class=\"bi bi-envelope-exclamation text-white\" fill=\"currentColor\" height=\"30\" viewBox=\"0 0 16 16\" width=\"30\" xmlns=\"http://www.w3.org/2000/svg\">
  452.                                             <path d=\"M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2H2Zm3.708 6.208L1 11.105V5.383l4.708 2.825ZM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2-7-4.2Z\"></path>
  453.                                             <path d=\"M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm.5-5v1.5a.5.5 0 0 1-1 0V11a.5.5 0 0 1 1 0Zm0 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z\"></path></svg>
  454.                                         </div>
  455.                                         <h4 class=\"mt-3 fs-5\">Activate Your Accoount</h4>
  456.                                         <p class=\"lead text-muted mt-4 fs-5 px-lg-3 mb-5 mb-lg-0\">Check your email for the activation link.</p>
  457.                                         <div class=\"arrow-icon d-none d-lg-block position-absolute\" style=\"top:50px; right:-25px\">
  458.                                             <svg class=\"bi bi-arrow-right\" fill=\"currentColor\" height=\"30\" viewBox=\"0 0 16 16\" width=\"30\" xmlns=\"http://www.w3.org/2000/svg\">
  459.                                             <path d=\"M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z\" fill-rule=\"evenodd\"></path></svg>
  460.                                         </div>
  461.                                     </div>
  462.                                 </div>
  463.                                 <div class=\"col-md-3\">
  464.                                     <div class=\"text-center position-relative\">
  465.                                         <div class=\"step-icon mx-auto bg-primary border rounded-circle d-flex align-items-center justify-content-center\" style=\"width: 120px;height: 120px;\">
  466.                                             <i class=\"fas fa-money-check-alt text-white\" style=\"font-size: 30px;\"></i>
  467.                                         </div>
  468.                                         <h4 class=\"mt-3 fs-5\">Purchase Credits</h4>
  469.                                         <p class=\"lead text-muted mt-4 fs-5 px-lg-3 mb-5 mb-lg-0\">Purchase credits to send SMS messages.</p>
  470.                                         <div class=\"arrow-icon d-none d-lg-block position-absolute\" style=\"top:50px; right:-25px\">
  471.                                             <svg class=\"bi bi-arrow-right\" fill=\"currentColor\" height=\"30\" viewBox=\"0 0 16 16\" width=\"30\" xmlns=\"http://www.w3.org/2000/svg\">
  472.                                             <path d=\"M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z\" fill-rule=\"evenodd\"></path></svg>
  473.                                         </div>
  474.                                     </div>
  475.                                 </div>
  476.                                 <div class=\"col-md-3\">
  477.                                     <div class=\"text-center position-relative\">
  478.                                         <div class=\"step-icon mx-auto bg-primary border rounded-circle d-flex align-items-center justify-content-center\" style=\"width: 120px;height: 120px;\">
  479.                                             <i class=\"fas fa-key text-white\" style=\"font-size: 30px;\"></i>
  480.                                         </div>
  481.                                         <h4 class=\"mt-3 fs-5\">Send SMS</h4>
  482.                                         <p class=\"lead text-muted mt-4 fs-5 px-lg-3 mb-5 mb-lg-0\">You will receive an API key to send SMS messages.</p>
  483.                                     </div>
  484.                                 </div>
  485.                             </div>
  486.                         </div>
  487.                     </section>
  488.                 </div>
  489.             </div>
  490.         </div>
  491.     </div> 
  492.     
  493. {% endblock %}
  494. ""home.html.twig""/home/manager/simplexsms.com/templates/home.html.twig");
  495.     }
  496. }