<?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;
/* @AqarmapListingBundle/Listing/afterLeadModal.html.twig */
class __TwigTemplate_bc1a8aa3a91ee0a32ae60841fc6d5ad77457ce37b6349d0bc2b6460130e5af53 extends \Twig\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", "@AqarmapListingBundle/Listing/afterLeadModal.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@AqarmapListingBundle/Listing/afterLeadModal.html.twig"));
// line 1
echo "<div class=\"modal small easy-access modal-box quick-lead-modal px-0\"
id=\"after-lead-modal\"
tabindex=\"-1\"
role=\"dialog\"
>
<div class=\"modal-dialog\" role=\"document\" >
<div class=\"modal-content modal-lg modal-box__content pb-xxl\">
<div class=\"modal-box__header modal-lg\">
<span class=\"modal-box__title\">
";
// line 10
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("listing.contact_the_seller"), "html", null, true);
echo "
</span>
<button type=\"button\"
class=\"modal-close modal-box__close\"
data-dismiss=\"modal\"
ng-click=\"onCloseAfterLeadModal()\">
<img src=\"/images/close_dark_gray.svg\"/>
</button>
</div>
<div class=\"body\">
<div class=\"modal-box__data card-details-container \">
";
// line 21
$this->loadTemplate("@AqarmapListingBundle/Listing/afterLeadSellerInfo.html.twig", "@AqarmapListingBundle/Listing/afterLeadModal.html.twig", 21)->display($context);
// line 22
echo " </div>
<div class=\"listing-phone-container listing-phone-container_bg-white listing-phone-container_md-size-list\">
<div class=\"border-gray_top\">
";
// line 25
$this->loadTemplate("@AqarmapListingBundle/Listing/afterLeadSellerPhones.html.twig", "@AqarmapListingBundle/Listing/afterLeadModal.html.twig", 25)->display($context);
// line 26
echo " </div>
</div>
<div class=\"height-xxl col-px-default d-none flex-column justify-content-between \">
<div class=\"border-gray_top py-sm \">
<p class=\"text-black text-xl font-weight-bold\">
";
// line 31
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("listing.schedule_vist.title"), "html", null, true);
echo "
</p>
<p class=\"text-md\">
";
// line 34
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("listing.schedule_vist.description"), "html", null, true);
echo "
</p>
</div>
</div>
</div>
</div>
</div>
</div>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "@AqarmapListingBundle/Listing/afterLeadModal.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 90 => 34, 84 => 31, 77 => 26, 75 => 25, 70 => 22, 68 => 21, 54 => 10, 43 => 1,);
}
public function getSourceContext()
{
return new Source("<div class=\"modal small easy-access modal-box quick-lead-modal px-0\"
id=\"after-lead-modal\"
tabindex=\"-1\"
role=\"dialog\"
>
<div class=\"modal-dialog\" role=\"document\" >
<div class=\"modal-content modal-lg modal-box__content pb-xxl\">
<div class=\"modal-box__header modal-lg\">
<span class=\"modal-box__title\">
{{ 'listing.contact_the_seller'|trans }}
</span>
<button type=\"button\"
class=\"modal-close modal-box__close\"
data-dismiss=\"modal\"
ng-click=\"onCloseAfterLeadModal()\">
<img src=\"/images/close_dark_gray.svg\"/>
</button>
</div>
<div class=\"body\">
<div class=\"modal-box__data card-details-container \">
{% include \"@AqarmapListingBundle/Listing/afterLeadSellerInfo.html.twig\" %}
</div>
<div class=\"listing-phone-container listing-phone-container_bg-white listing-phone-container_md-size-list\">
<div class=\"border-gray_top\">
{% include \"@AqarmapListingBundle/Listing/afterLeadSellerPhones.html.twig\" %}
</div>
</div>
<div class=\"height-xxl col-px-default d-none flex-column justify-content-between \">
<div class=\"border-gray_top py-sm \">
<p class=\"text-black text-xl font-weight-bold\">
{{'listing.schedule_vist.title'|trans}}
</p>
<p class=\"text-md\">
{{'listing.schedule_vist.description'|trans}}
</p>
</div>
</div>
</div>
</div>
</div>
</div>
", "@AqarmapListingBundle/Listing/afterLeadModal.html.twig", "/srv/moonshot/src/Aqarmap/Bundle/ListingBundle/Resources/views/Listing/afterLeadModal.html.twig");
}
}