<?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;
/* @frontend/public/ideas/ideas_company.html.twig */
class __TwigTemplate_c68d7c690b2ff04cbe8308e41722a741 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@frontend/base_layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$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", "@frontend/public/ideas/ideas_company.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@frontend/public/ideas/ideas_company.html.twig"));
$this->parent = $this->loadTemplate("@frontend/base_layout.html.twig", "@frontend/public/ideas/ideas_company.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
public function block_content($context, array $blocks = [])
{
$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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
yield "
<div class=\"container\" style=\"padding: 0px;\">
<div class=\"col-md-12\">
<h1>";
// line 6
yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["heading"]) || array_key_exists("heading", $context) ? $context["heading"] : (function () { throw new RuntimeError('Variable "heading" does not exist.', 6, $this->source); })()), "html", null, true);
yield "</h1>
</div>
<div class=\"col-md-12\">
<p>
Sie sind auf der Suche nach Lehrlingen und möchten wissen, wie Sie diese am besten erreichen? Oder Sie möchten Angebote wie berufspraktische Tage,
Betriebserkundungen oder Betriebsbesichtigungen durchführen, wissen aber nicht konkret wie? Oder Sie sind auf der Suche nach Ideen um diese ansprechend
zu gestalten? In Informationsbereich für Unternehmen finden Sie eine Übersicht an grundlegenden Möglichkeiten, um Jugendliche für Ihr Unternehmen
gewinnen zu können. Dort gibt es auch eine Übersicht an Veranstaltungen, die genau auf das “Miteinander-in-Kontakt-treten\" abzielen.
</p>
<p>
Möchten Sie Ihr Unternehmen im Rahmen einer Betriebsbesichtigung oder Betriebserkundung Schulklassen vorstellen? In den entsprechenden Kategorien
finden Sie hilfreiche Informationen und Unterlagen, welche Ihnen die Organisation und Durchführung erleichtern sollen.
</p>
<p>
Profitieren Sie als Unternehmen von unserer Informationssammlung und planen und gestalten Sie berufspraktische Tage, Betriebserkundungen oder
Betriebsbesichtigungen um potentielle Lehrlinge und Mitarbeiter*innen erreichen zu können.
</p>
</div>
<div class=\"col-md-12\">
";
// line 25
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["entities"]) || array_key_exists("entities", $context) ? $context["entities"] : (function () { throw new RuntimeError('Variable "entities" does not exist.', 25, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["entity"]) {
// line 26
yield " ";
if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, $context["entity"], "link", [], "any", false, false, false, 26))) {
// line 27
yield " ";
$context["path"] = CoreExtension::getAttribute($this->env, $this->source, $context["entity"], "link", [], "any", false, false, false, 27);
// line 28
yield " ";
} else {
// line 29
yield " ";
$context["path"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath((isset($context["categoryRoute"]) || array_key_exists("categoryRoute", $context) ? $context["categoryRoute"] : (function () { throw new RuntimeError('Variable "categoryRoute" does not exist.', 29, $this->source); })()), ["category" => CoreExtension::getAttribute($this->env, $this->source, $context["entity"], "urlText", [], "any", false, false, false, 29)]);
// line 30
yield " ";
}
// line 31
yield " ";
$context["imgUrl"] = $this->extensions['App\Twig\MediaExtensions']->getMediaPublicUrl(CoreExtension::getAttribute($this->env, $this->source, $context["entity"], "categoryPicture", [], "any", false, false, false, 31), "reference");
// line 32
yield " ";
yield from $this->loadTemplate("@frontend/templates/black_box_template.html.twig", "@frontend/public/ideas/ideas_company.html.twig", 32)->unwrap()->yield(CoreExtension::arrayMerge($context, ["target" => CoreExtension::getAttribute($this->env, $this->source, // line 33
$context["entity"], "targetText", [], "any", false, false, false, 33), "path" => // line 34
(isset($context["path"]) || array_key_exists("path", $context) ? $context["path"] : (function () { throw new RuntimeError('Variable "path" does not exist.', 34, $this->source); })()), "bootstrapClass" => "col-xs-6 col-md-4", "colorClass" => CoreExtension::getAttribute($this->env, $this->source, // line 36
$context["entity"], "headingColor", [], "any", false, false, false, 36), "title" => CoreExtension::getAttribute($this->env, $this->source, // line 37
$context["entity"], "heading", [], "any", false, false, false, 37), "subtitle" => CoreExtension::getAttribute($this->env, $this->source, // line 38
$context["entity"], "description", [], "any", false, false, false, 38), "src" => // line 39
(isset($context["imgUrl"]) || array_key_exists("imgUrl", $context) ? $context["imgUrl"] : (function () { throw new RuntimeError('Variable "imgUrl" does not exist.', 39, $this->source); })())]));
// line 40
yield " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['entity'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 41
yield " </div>
";
// line 42
if ((Twig\Extension\CoreExtension::lengthFilter($this->env, (isset($context["entities"]) || array_key_exists("entities", $context) ? $context["entities"] : (function () { throw new RuntimeError('Variable "entities" does not exist.', 42, $this->source); })())) < 1)) {
// line 43
yield " <div class=\"col-md-12\" style=\"min-height: 370px;\">
<p style=\"margin-top: 40px;\">Aktuell sind noch keine Einträge vorhanden</p>
</div>
";
}
// line 47
yield " </div>
<div class=\"footer-spacer\"></div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@frontend/public/ideas/ideas_company.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 164 => 47, 158 => 43, 156 => 42, 153 => 41, 139 => 40, 137 => 39, 136 => 38, 135 => 37, 134 => 36, 133 => 34, 132 => 33, 130 => 32, 127 => 31, 124 => 30, 121 => 29, 118 => 28, 115 => 27, 112 => 26, 95 => 25, 73 => 6, 59 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"@frontend/base_layout.html.twig\" %}
{% block content %}
<div class=\"container\" style=\"padding: 0px;\">
<div class=\"col-md-12\">
<h1>{{ heading }}</h1>
</div>
<div class=\"col-md-12\">
<p>
Sie sind auf der Suche nach Lehrlingen und möchten wissen, wie Sie diese am besten erreichen? Oder Sie möchten Angebote wie berufspraktische Tage,
Betriebserkundungen oder Betriebsbesichtigungen durchführen, wissen aber nicht konkret wie? Oder Sie sind auf der Suche nach Ideen um diese ansprechend
zu gestalten? In Informationsbereich für Unternehmen finden Sie eine Übersicht an grundlegenden Möglichkeiten, um Jugendliche für Ihr Unternehmen
gewinnen zu können. Dort gibt es auch eine Übersicht an Veranstaltungen, die genau auf das “Miteinander-in-Kontakt-treten\" abzielen.
</p>
<p>
Möchten Sie Ihr Unternehmen im Rahmen einer Betriebsbesichtigung oder Betriebserkundung Schulklassen vorstellen? In den entsprechenden Kategorien
finden Sie hilfreiche Informationen und Unterlagen, welche Ihnen die Organisation und Durchführung erleichtern sollen.
</p>
<p>
Profitieren Sie als Unternehmen von unserer Informationssammlung und planen und gestalten Sie berufspraktische Tage, Betriebserkundungen oder
Betriebsbesichtigungen um potentielle Lehrlinge und Mitarbeiter*innen erreichen zu können.
</p>
</div>
<div class=\"col-md-12\">
{% for entity in entities %}
{% if entity.link is not empty %}
{% set path=entity.link %}
{% else %}
{% set path=path(categoryRoute, {'category':entity.urlText}) %}
{% endif %}
{% set imgUrl = media_public_url(entity.categoryPicture, 'reference') %}
{% include '@frontend/templates/black_box_template.html.twig' with {
'target': entity.targetText,
'path': path,
'bootstrapClass':'col-xs-6 col-md-4',
'colorClass': entity.headingColor,
'title': entity.heading,
'subtitle': entity.description,
'src': imgUrl } %}
{% endfor %}
</div>
{% if entities|length < 1 %}
<div class=\"col-md-12\" style=\"min-height: 370px;\">
<p style=\"margin-top: 40px;\">Aktuell sind noch keine Einträge vorhanden</p>
</div>
{% endif %}
</div>
<div class=\"footer-spacer\"></div>
{% endblock %}
", "@frontend/public/ideas/ideas_company.html.twig", "/data/web/berufsreise/home/site/web/templates/frontend/public/ideas/ideas_company.html.twig");
}
}