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

/* module/md_disclaimer/index.html */
class __TwigTemplate_f58d87872a8bb0b4668f0a5a33a51ea4 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
        yield "<div class=\"lofty-disclaimer-list lofty-reset-style\">
    ";
        // line 2
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["mls_list"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
            // line 3
            yield "        <div class=\"lofty-mls-info\">
            ";
            // line 4
            if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "logo", [], "any", false, false, false, 4)) {
                // line 5
                yield "                <p class=\"lofty-mls-logo lofty-pc-mls-logo\">
                    <img src=\"";
                // line 6
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "logo", [], "any", false, false, false, 6), "html", null, true);
                yield "\" alt=\"\">
                </p>
            ";
            }
            // line 9
            yield "            ";
            if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "logo", [], "any", false, false, false, 9)) {
                // line 10
                yield "                <p class=\"lofty-mls-logo lofty-mobile-mls-logo\">
                    <img src=\"";
                // line 11
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "smallLogo", [], "any", false, false, false, 11), "html", null, true);
                yield "\" alt=\"\">
                </p>
            ";
            }
            // line 14
            yield "            ";
            if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "declaimer", [], "any", false, false, false, 14)) {
                // line 15
                yield "                <p class=\"lofty-mls-disclaimer\">
                    ";
                // line 16
                yield CoreExtension::getAttribute($this->env, $this->source, $context["item"], "declaimer", [], "any", false, false, false, 16);
                yield "
                </p>
            ";
            }
            // line 19
            yield "        </div>
    ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 21
        yield "</div>";
        return; yield '';
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName()
    {
        return "module/md_disclaimer/index.html";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  90 => 21,  83 => 19,  77 => 16,  74 => 15,  71 => 14,  65 => 11,  62 => 10,  59 => 9,  53 => 6,  50 => 5,  48 => 4,  45 => 3,  41 => 2,  38 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("<div class=\"lofty-disclaimer-list lofty-reset-style\">
    {% for item in mls_list %}
        <div class=\"lofty-mls-info\">
            {% if item.logo %}
                <p class=\"lofty-mls-logo lofty-pc-mls-logo\">
                    <img src=\"{{ item.logo }}\" alt=\"\">
                </p>
            {% endif %}
            {% if item.logo %}
                <p class=\"lofty-mls-logo lofty-mobile-mls-logo\">
                    <img src=\"{{ item.smallLogo }}\" alt=\"\">
                </p>
            {% endif %}
            {% if item.declaimer %}
                <p class=\"lofty-mls-disclaimer\">
                    {{ item.declaimer | raw }}
                </p>
            {% endif %}
        </div>
    {% endfor %}
</div>", "module/md_disclaimer/index.html", "/mnt/HC_Volume_104349808/vhosts/thevelez.family/vm-homes.com/httpdocs/wp-content/plugins/lofty-idx-plugin-1773305082397/templates/module/md_disclaimer/index.html");
    }
}
