<?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;

/* Report/cover.twig */
class __TwigTemplate_4eb0e8802714f24db0ef7fd495fdc9cb212e68a1e52c81c68681429429f6b870 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", "Report/cover.twig"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Report/cover.twig"));

        // line 1
        echo "<!DOCTYPE html>
<html>

<head>
    <meta charset=\"UTF-8\">
    <title></title>
    <style>";
        // line 7
        echo twig_source($this->env, "Report/reports.css");
        echo "</style>
</head>

<body>
<div class=\"report__cover\">
    <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 85.251 86.733\" width=\"200\" height=\"200\" class=\"report__cover__media\">
        <path d=\"M42.625.741C19.084.741 0 19.826 0 43.367c0 23.542 19.084 42.625 42.625 42.625 23.542 0 42.626-19.083 42.626-42.625C85.251 19.826 66.167.741 42.625.741zM28.903 33.873c2.022-.005 3.662 1.631 3.671 3.657.013 2.015-1.636 3.658-3.645 3.658-2.031.005-3.671-1.622-3.671-3.64-.013-2.022 1.618-3.666 3.645-3.675zm37.237-.005c-.911 6.103-3.12 17.098-3.12 17.098s-1.143 7.135-11.708 7.161c-10.568.027-18.494.049-18.494.049s-.773 6.716-10.227 6.734l4.751-17.752s1.427-4.716 9.631-5.059l-2.169 8.334 16.249-.04s3.912-.756 4.227-4.249l-17.23.049s.96-6.147 8.133-7.378l8.934-.031s1.964-.556 1.956-2.045v-.929s-.054-1.031-1.498-1.493l-16.765.054s-5.493.293-5.52-7.721l26.454-.08s7.316 1.192 6.396 7.298z\"></path>
    </svg>
    <h1 class=\"report__cover__title\">";
        // line 15
        echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 15, $this->source); })()), "html", null, true);
        echo "</h1>
    <p class=\"report__cover__subtitle\">";
        // line 16
        echo twig_escape_filter($this->env, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 16, $this->source); })()), "html", null, true);
        echo "</p>

    <div class=\"report__cover__footer\">
        Generated on ";
        // line 19
        echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "M d, Y"), "html", null, true);
        echo "
    </div>
</div>
</body>

</html>";
        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

    }

    public function getTemplateName()
    {
        return "Report/cover.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  72 => 19,  66 => 16,  62 => 15,  51 => 7,  43 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("<!DOCTYPE html>
<html>

<head>
    <meta charset=\"UTF-8\">
    <title></title>
    <style>{{ source('Report/reports.css') }}</style>
</head>

<body>
<div class=\"report__cover\">
    <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 85.251 86.733\" width=\"200\" height=\"200\" class=\"report__cover__media\">
        <path d=\"M42.625.741C19.084.741 0 19.826 0 43.367c0 23.542 19.084 42.625 42.625 42.625 23.542 0 42.626-19.083 42.626-42.625C85.251 19.826 66.167.741 42.625.741zM28.903 33.873c2.022-.005 3.662 1.631 3.671 3.657.013 2.015-1.636 3.658-3.645 3.658-2.031.005-3.671-1.622-3.671-3.64-.013-2.022 1.618-3.666 3.645-3.675zm37.237-.005c-.911 6.103-3.12 17.098-3.12 17.098s-1.143 7.135-11.708 7.161c-10.568.027-18.494.049-18.494.049s-.773 6.716-10.227 6.734l4.751-17.752s1.427-4.716 9.631-5.059l-2.169 8.334 16.249-.04s3.912-.756 4.227-4.249l-17.23.049s.96-6.147 8.133-7.378l8.934-.031s1.964-.556 1.956-2.045v-.929s-.054-1.031-1.498-1.493l-16.765.054s-5.493.293-5.52-7.721l26.454-.08s7.316 1.192 6.396 7.298z\"></path>
    </svg>
    <h1 class=\"report__cover__title\">{{ title }}</h1>
    <p class=\"report__cover__subtitle\">{{ client }}</p>

    <div class=\"report__cover__footer\">
        Generated on {{ \"now\"|date(\"M d, Y\") }}
    </div>
</div>
</body>

</html>", "Report/cover.twig", "/sources/api/templates/Report/cover.twig");
    }
}
