<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;

/* clients/_picto_impot.html.twig */
class __TwigTemplate_a017b990d520e3c92ecf8b57b578f5159072a509d50db104f1ef7b61b1e418dc 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", "clients/_picto_impot.html.twig"));

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

        // line 1
        yield "<div class=\"d-flex align align-self-end bg-white justify-content-center align-items-center border-grey-field\" style=\"";
        yield (((isset($context["margin_top_picto"]) || array_key_exists("margin_top_picto", $context) ? $context["margin_top_picto"] : (function () { throw new RuntimeError('Variable "margin_top_picto" does not exist.', 1, $this->source); })())) ? ("margin-top:2.1rem;") : (""));
        yield ";width: 28px;height: 28px;border-radius:4px\">
    <img class=\"bg-white\" src=\"";
        // line 2
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/picto-impot.png"), "html", null, true);
        yield " \" style=\"vertical-align: baseline;border-radius: 4px; margin-top: 0.18rem;width:22px;height:19px;\">
</div>";
        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        return; yield '';
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName()
    {
        return "clients/_picto_impot.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable()
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  49 => 2,  44 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("<div class=\"d-flex align align-self-end bg-white justify-content-center align-items-center border-grey-field\" style=\"{{ margin_top_picto ? 'margin-top:2.1rem;' : '' }};width: 28px;height: 28px;border-radius:4px\">
    <img class=\"bg-white\" src=\"{{ asset('build/images/picto-impot.png') }} \" style=\"vertical-align: baseline;border-radius: 4px; margin-top: 0.18rem;width:22px;height:19px;\">
</div>", "clients/_picto_impot.html.twig", "/builds/dev/refonte_sav/templates/clients/_picto_impot.html.twig");
    }
}
