<?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_listing_detail/detail_mls.html */
class __TwigTemplate_822e192a9917ebafa9106cd04488d513 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 "<p class=\"lofty-detail-content\">
    ";
        // line 2
        if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["data"] ?? null), "info", [], "any", false, false, false, 2), "mlsLogo", [], "any", false, false, false, 2))) {
            // line 3
            yield "        <img src=\"";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["data"] ?? null), "info", [], "any", false, false, false, 3), "mlsLogo", [], "any", false, false, false, 3), "html", null, true);
            yield "\" class=\"lofty-detail-mls-logo\" alt=\"\"/><br/>
    ";
        }
        // line 5
        yield "    ";
        if (($context["isActiveMls"] ?? null)) {
            // line 6
            yield "        <span>";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["data"] ?? null), "replaceAfterCopyRight", [], "any", false, false, false, 6), "html", null, true);
            yield "</span>
    ";
        }
        // line 8
        yield "</p>
<div class=\"lofty-line\"></div>
<p class=\"lofty-mls-desc\">
    ";
        // line 11
        if (($context["isActiveMls"] ?? null)) {
            // line 12
            yield "        <span>";
            yield CoreExtension::getAttribute($this->env, $this->source, ($context["data"] ?? null), "replaceAfterDeclaimer", [], "any", false, false, false, 12);
            yield "</span>
    ";
        }
        // line 14
        yield "</p>";
        return; yield '';
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  71 => 14,  65 => 12,  63 => 11,  58 => 8,  52 => 6,  49 => 5,  43 => 3,  41 => 2,  38 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("<p class=\"lofty-detail-content\">
    {% if data.info.mlsLogo is not empty %}
        <img src=\"{{ data.info.mlsLogo }}\" class=\"lofty-detail-mls-logo\" alt=\"\"/><br/>
    {% endif %}
    {% if isActiveMls %}
        <span>{{ data.replaceAfterCopyRight }}</span>
    {% endif %}
</p>
<div class=\"lofty-line\"></div>
<p class=\"lofty-mls-desc\">
    {% if isActiveMls %}
        <span>{{ data.replaceAfterDeclaimer | raw }}</span>
    {% endif %}
</p>", "module/md_listing_detail/detail_mls.html", "/mnt/HC_Volume_104349808/vhosts/thevelez.family/vm-homes.com/httpdocs/wp-content/plugins/lofty-idx-plugin-1773305082397/templates/module/md_listing_detail/detail_mls.html");
    }
}
