<?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;
use Twig\TemplateWrapper;
/* /default/content/garantien.html.twig */
class __TwigTemplate_55a850837592552f74efed8d596a5e14 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content_headline' => [$this, 'block_content_headline'],
'stylesheets' => [$this, 'block_stylesheets'],
'content_body' => [$this, 'block_content_body'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "/default/content/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "/default/content/garantien.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "/default/content/garantien.html.twig"));
$this->parent = $this->load("/default/content/base.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content_headline(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content_headline"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content_headline"));
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("default.content.guarantees.title"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 5
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_stylesheets(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 6
yield " <style>
.big-hover-button:hover {
transform: scale(1.3) perspective(1px)
}
.big-hover-button-right:hover {
transform: scale(1.3) perspective(1px)
}
@media only screen and (max-width: 360px) {
#register-claim-1 {
display: none;
}
}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 21
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content_body(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content_body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content_body"));
// line 22
yield " <div class=\"text-center mb-5\">
<img
class=\"d-none d-md-block\"
src=\"";
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->cdnifyUri($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/default/homepage/guarantees-teaser.jpg")), "html", null, true);
yield "\"
alt=\"";
// line 26
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.image_alt_texts.contact", [], "seo"), "html", null, true);
yield "\"
width=\"100%\"
>
<img
class=\"d-block d-md-none\"
src=\"";
// line 31
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->cdnifyUri($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/default/homepage/guarantees-teaser-mobile.png")), "html", null, true);
yield "\"
alt=\"";
// line 32
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.image_alt_texts.contact", [], "seo"), "html", null, true);
yield "\"
width=\"100%\"
>
</div>
<div class=\"ml-4 mb-4\">
<h5>";
// line 38
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("default.content.guarantees.headline"), "html", null, true);
yield "</h5>
</div>
<div class=\"container checkmark-list\">
<div class=\"row\">
<div class=\"col-lg ml-2\">
<table>
";
// line 45
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(range(1, 3));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 46
yield " <tr>
<td valign=\"top\">
<i class=\"fa fa-check pr-2 checkmark-in-contentpage-list\" aria-hidden=\"true\"></i>
</td>
<td valign=\"top\" class=\"pb-3\">
";
// line 51
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(("default.content.guarantees.promise." . $context["i"])), "html", null, true);
yield "
</td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 55
yield " </table>
</div>
<div class=\"col-lg ml-2\">
<table>
";
// line 59
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(range(4, 6));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 60
yield " <tr>
<td valign=\"top\">
<i class=\"fa fa-check pr-2 checkmark-in-contentpage-list\" aria-hidden=\"true\"></i>
</td>
<td valign=\"top\" class=\"pb-3\">
";
// line 65
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(("default.content.guarantees.promise." . $context["i"])), "html", null, true);
yield "
</td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 69
yield " </table>
</div>
</div>
</div>
";
// line 74
if ((null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 74, $this->source); })()), "user", [], "any", false, false, false, 74))) {
// line 75
yield " <div class=\"m-md-0 mt-md-4\">";
yield Twig\Extension\CoreExtension::include($this->env, $context, "/_includes/callToActionRegisterAsJobseekerOrJobofferer.html.twig");
yield "</div>
";
}
// line 77
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "/default/content/garantien.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 241 => 77, 235 => 75, 233 => 74, 226 => 69, 216 => 65, 209 => 60, 205 => 59, 199 => 55, 189 => 51, 182 => 46, 178 => 45, 168 => 38, 159 => 32, 155 => 31, 147 => 26, 143 => 25, 138 => 22, 125 => 21, 101 => 6, 88 => 5, 65 => 3, 42 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends '/default/content/base.html.twig' %}
{% block content_headline %}{{ 'default.content.guarantees.title'|trans }}{% endblock %}
{% block stylesheets %}
<style>
.big-hover-button:hover {
transform: scale(1.3) perspective(1px)
}
.big-hover-button-right:hover {
transform: scale(1.3) perspective(1px)
}
@media only screen and (max-width: 360px) {
#register-claim-1 {
display: none;
}
}
</style>
{% endblock %}
{% block content_body %}
<div class=\"text-center mb-5\">
<img
class=\"d-none d-md-block\"
src=\"{{ asset('assets/images/default/homepage/guarantees-teaser.jpg')|cdnifyUri }}\"
alt=\"{{ 'seo.image_alt_texts.contact'|trans([], 'seo') }}\"
width=\"100%\"
>
<img
class=\"d-block d-md-none\"
src=\"{{ asset('assets/images/default/homepage/guarantees-teaser-mobile.png')|cdnifyUri }}\"
alt=\"{{ 'seo.image_alt_texts.contact'|trans([], 'seo') }}\"
width=\"100%\"
>
</div>
<div class=\"ml-4 mb-4\">
<h5>{{ 'default.content.guarantees.headline'|trans }}</h5>
</div>
<div class=\"container checkmark-list\">
<div class=\"row\">
<div class=\"col-lg ml-2\">
<table>
{% for i in range(1, 3) %}
<tr>
<td valign=\"top\">
<i class=\"fa fa-check pr-2 checkmark-in-contentpage-list\" aria-hidden=\"true\"></i>
</td>
<td valign=\"top\" class=\"pb-3\">
{{ ('default.content.guarantees.promise.' ~ i)|trans }}
</td>
</tr>
{% endfor %}
</table>
</div>
<div class=\"col-lg ml-2\">
<table>
{% for i in range(4, 6) %}
<tr>
<td valign=\"top\">
<i class=\"fa fa-check pr-2 checkmark-in-contentpage-list\" aria-hidden=\"true\"></i>
</td>
<td valign=\"top\" class=\"pb-3\">
{{ ('default.content.guarantees.promise.' ~ i)|trans }}
</td>
</tr>
{% endfor %}
</table>
</div>
</div>
</div>
{% if app.user is null %}
<div class=\"m-md-0 mt-md-4\">{{ include('/_includes/callToActionRegisterAsJobseekerOrJobofferer.html.twig') }}</div>
{% endif %}
{% endblock %}
", "/default/content/garantien.html.twig", "/workspace/backend-app/templates/default/content/garantien.html.twig");
}
}