source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/footer.html.twig"));
// line 1
echo "
";
// line 118
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 118, $this->source); })()), "available", [], "any", false, false, false, 118), "phone", [], "any", false, false, false, 118), "active", [], "any", false, false, false, 118)) {
// line 119
echo " erreichbar
";
} else {
// line 121
echo " erreichbar
";
}
// line 123
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 123, $this->source); })()), "available", [], "any", false, false, false, 123), "phone", [], "any", false, false, false, 123), "content", [], "any", false, false, false, 123), "html", null, true);
echo "
schreiben Sie uns jederzeit
oder nutzen Sie einfach unser:
Erfahren Sie mehr über unser Reisebüro.
STERN TOURS © ";
// line 190
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "default/components/footer.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 293 => 190, 279 => 178, 261 => 176, 257 => 175, 252 => 172, 234 => 170, 230 => 169, 212 => 156, 175 => 123, 171 => 121, 167 => 119, 165 => 118, 53 => 9, 49 => 8, 40 => 1,);
}
public function getSourceContext()
{
return new Source("
{% if(content.available.phone.active) %}
erreichbar
{% else %}
erreichbar
{% endif %}
{{ content.available.phone.content }}
schreiben Sie uns jederzeit
oder nutzen Sie einfach unser:
Erfahren Sie mehr über unser Reisebüro.
STERN TOURS © {{ 'now'|date('Y') }}
", "default/components/footer.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/footer.html.twig");
}
}