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 9
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.', 9, $this->source); })()), "available", [], "any", false, false, false, 9), "phone", [], "any", false, false, false, 9), "active", [], "any", false, false, false, 9)) {
// line 10
echo " erreichbar
";
} else {
// line 12
echo " erreichbar
";
}
// line 14
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.', 14, $this->source); })()), "available", [], "any", false, false, false, 14), "phone", [], "any", false, false, false, 14), "content", [], "any", false, false, false, 14), "html", null, true);
echo "
schreiben Sie uns jederzeit
oder nutzen Sie einfach unser:
Erfahren Sie mehr über unser Reisebüro.
STERN TOURS © ";
// line 81
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 ( 178 => 81, 164 => 69, 146 => 67, 142 => 66, 137 => 63, 119 => 61, 115 => 60, 97 => 47, 60 => 14, 56 => 12, 52 => 10, 50 => 9, 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");
}
}