<?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;
/* apiary/honey.html.twig */
class __TwigTemplate_e647e79a0e25602c425c596cda9de9f4099f47b2185147cc5b2bd2fb344674b3 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'beta' => [$this, 'block_beta'],
'gamma' => [$this, 'block_gamma'],
'lefty_title' => [$this, 'block_lefty_title'],
'lefty' => [$this, 'block_lefty'],
'righty_title' => [$this, 'block_righty_title'],
'righty' => [$this, 'block_righty'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "frontend.html.twig";
}
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", "apiary/honey.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "apiary/honey.html.twig"));
$this->parent = $this->loadTemplate("frontend.html.twig", "apiary/honey.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($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(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 4
echo " ";
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 4, $this->source); })()), "html", null, true);
echo "|";
$this->displayParentBlock("title", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 7
public function block_beta($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(), "block", "beta"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "beta"));
// line 8
echo " ";
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 8, $this->source); })()), "html", null, true);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 11
public function block_gamma($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(), "block", "gamma"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "gamma"));
// line 12
echo " ";
if ((twig_length_filter($this->env, (isset($context["compilationsOfInterest"]) || array_key_exists("compilationsOfInterest", $context) ? $context["compilationsOfInterest"] : (function () { throw new RuntimeError('Variable "compilationsOfInterest" does not exist.', 12, $this->source); })())) && (0 !== twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 12, $this->source); })()), "collection")))) {
// line 13
echo " Die Inhalte der angezeigten Korrekturen stammen aus den Online-Beständen von
";
// line 14
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["compilationsOfInterest"]) || array_key_exists("compilationsOfInterest", $context) ? $context["compilationsOfInterest"] : (function () { throw new RuntimeError('Variable "compilationsOfInterest" does not exist.', 14, $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["coi"]) {
// line 15
echo " ";
if ((0 !== twig_compare($context["key"], "BOEP"))) {
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 15), false))) {
echo ", ";
}
echo "<a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "bl", "id" => twig_get_attribute($this->env, $this->source, $context["coi"], "volume", [], "any", false, false, false, 15)]), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["coi"], "short", [], "any", false, false, false, 15), "html", null, true);
echo "\">";
echo twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["coi"], "short", [], "any", false, false, false, 15), [" " => " "]);
echo "</a>";
}
// line 16
echo " ";
++$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['coi'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 17
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["compilationsOfInterest"] ?? null), "BOEP", [], "any", true, true, false, 17)) {
// line 18
echo " ";
if ((1 === twig_compare(twig_length_filter($this->env, (isset($context["compilationsOfInterest"]) || array_key_exists("compilationsOfInterest", $context) ? $context["compilationsOfInterest"] : (function () { throw new RuntimeError('Variable "compilationsOfInterest" does not exist.', 18, $this->source); })())), 1))) {
echo ", ";
}
echo "<a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "collection", "id" => "BOEP"]), "html", null, true);
echo "\" title=\"Bulletin of Online Emendations to Papyri\">BOEP</a>
";
}
// line 20
echo "
";
// line 21
if (((!twig_in_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 21, $this->source); })()), [0 => "bl", 1 => "boep", 2 => "editie", 3 => "search", 4 => "volume", 5 => "volume_dclp"]) && twig_length_filter($this->env, (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 21, $this->source); })()))) && twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 21, $this->source); })())), "registerEntries", [], "any", false, false, false, 21)))) {
// line 22
echo " ";
$context["r"] = twig_first($this->env, twig_get_attribute($this->env, $this->source, twig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 22, $this->source); })())), "registerEntries", [], "any", false, false, false, 22));
// line 23
echo " <br />
Weitere identifier und Links:
<a href=\"http://www.trismegistos.org/text/";
// line 25
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["r"]) || array_key_exists("r", $context) ? $context["r"] : (function () { throw new RuntimeError('Variable "r" does not exist.', 25, $this->source); })()), "tm", [], "any", false, false, false, 25), "html", null, true);
echo "\" title=\"Weitere Informationen auf Trismegistos\" target=\"_blank\">TM ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["r"]) || array_key_exists("r", $context) ? $context["r"] : (function () { throw new RuntimeError('Variable "r" does not exist.', 25, $this->source); })()), "tm", [], "any", false, false, false, 25), "html", null, true);
echo "</a>
=
<a href=\"https://papyri.info/hgv/";
// line 27
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["r"]) || array_key_exists("r", $context) ? $context["r"] : (function () { throw new RuntimeError('Variable "r" does not exist.', 27, $this->source); })()), "hgv", [], "any", false, false, false, 27), "html", null, true);
echo "\" title=\"Weitere Informationen auf papyri.info\" target=\"_blank\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["r"]) || array_key_exists("r", $context) ? $context["r"] : (function () { throw new RuntimeError('Variable "r" does not exist.', 27, $this->source); })()), "ddb", [], "any", false, false, false, 27), "html", null, true);
echo "</a>
=
HGV ";
// line 29
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["r"]) || array_key_exists("r", $context) ? $context["r"] : (function () { throw new RuntimeError('Variable "r" does not exist.', 29, $this->source); })()), "hgv", [], "any", false, false, false, 29), "html", null, true);
echo "
";
}
// line 31
echo " ";
} elseif ((0 === twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 31, $this->source); })()), "collection"))) {
// line 32
echo " ";
if ((0 === twig_compare((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 32, $this->source); })()), "BOEP"))) {
// line 33
echo " Es ist jetzt möglich, alle BOEP-Korrekturen an einem Ort einzusehen. Diese sind alphabetisch nach ihrer BL-Abkürzung geordnet. Es ist nicht mehr notwendig, jedes einzelne BOEP zu überprüfen. Die laufenden Nummern sind nachträglich hinzugefügt worden.
";
} elseif ((0 === twig_compare( // line 34
(isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 34, $this->source); })()), "ddb"))) {
// line 35
echo " Alle Korrekturen im BOEP, die dokumentarische Texte betreffen, sind an einem Ort gesammelt. Sie sind alphabetisch nach ihrem BL-Kürzel geordnet.
";
} elseif ((0 === twig_compare( // line 36
(isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 36, $this->source); })()), "dclp"))) {
// line 37
echo " Alle Korrekturen im BOEP, die literarische und halbliterarische Texte betreffen, werden an einem Ort gesammelt. Sie sind alphabetisch nach ihrem BL-Kürzel geordnet.
";
}
// line 39
echo " ";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 42
public function block_lefty_title($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(), "block", "lefty_title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "lefty_title"));
// line 43
echo " ";
if (((0 !== twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 43, $this->source); })()), "editie")) && twig_length_filter($this->env, (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 43, $this->source); })())))) {
// line 44
echo " ";
if (twig_in_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 44, $this->source); })()), [0 => "volume", 1 => "volume_dclp"])) {
// line 45
echo " ";
echo twig_escape_filter($this->env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 45, $this->source); })()), "html", null, true);
echo " in
<br/>
BL Online
";
} elseif ((0 === twig_compare( // line 48
(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 48, $this->source); })()), "register"))) {
// line 49
echo " Editionen für Register-Id ";
echo twig_escape_filter($this->env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 49, $this->source); })()), "html", null, true);
echo "
";
} elseif (((0 === twig_compare( // line 50
(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 50, $this->source); })()), "collection")) && (0 === twig_compare((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 50, $this->source); })()), "ddb")))) {
// line 51
echo " Editionen für BOEP doc.
";
} elseif (((0 === twig_compare( // line 52
(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 52, $this->source); })()), "collection")) && (0 === twig_compare((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 52, $this->source); })()), "dclp")))) {
// line 53
echo " Editionen für BOEP lit.
";
} elseif ((0 !== twig_compare( // line 54
(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 54, $this->source); })()), "search"))) {
// line 55
echo " Editionen in
<br />
";
// line 57
if ((0 === twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 57, $this->source); })()), "collection"))) {
// line 58
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 58, $this->source); })())), "compilation", [], "any", false, false, false, 58), "collection", [], "any", false, false, false, 58), "html", null, true);
echo "
";
} elseif (((((0 === twig_compare( // line 59
(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 59, $this->source); })()), "tm")) || (0 === twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 59, $this->source); })()), "hgv"))) || (0 === twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 59, $this->source); })()), "ddb"))) || (0 === twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 59, $this->source); })()), "biblio")))) {
// line 60
echo " ";
if ((((0 === twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 60, $this->source); })()), "tm")) || (0 === twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 60, $this->source); })()), "hgv"))) || (0 === twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 60, $this->source); })()), "biblio")))) {
echo twig_escape_filter($this->env, twig_upper_filter($this->env, (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 60, $this->source); })())), "html", null, true);
echo " ";
}
echo twig_escape_filter($this->env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 60, $this->source); })()), "html", null, true);
echo "
";
} elseif (twig_length_filter($this->env, // line 61
(isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 61, $this->source); })()))) {
// line 62
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 62, $this->source); })())), "compilation", [], "any", false, false, false, 62), "short", [], "any", false, false, false, 62), "html", null, true);
echo "
";
}
// line 64
echo " ";
}
// line 65
echo " ";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 68
public function block_lefty($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(), "block", "lefty"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "lefty"));
// line 69
if (!twig_in_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 69, $this->source); })()), [0 => "editie", 1 => "search"])) {
// line 70
echo " <ul>
";
// line 71
if (((0 === twig_compare((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 71, $this->source); })()), "boep")) && (0 !== twig_compare((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 71, $this->source); })()), "Bulletin of Online Emendations to Papyri")))) {
// line 72
echo " ";
$context["collection"] = "";
// line 73
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 73, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["c"]) {
// line 74
echo " ";
$context["currentCollection"] = (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["c"], "registerEntries", [], "any", false, false, false, 74)) && twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_first($this->env, twig_get_attribute($this->env, $this->source, $context["c"], "registerEntries", [], "any", false, false, false, 74)), "dclp", [], "any", false, false, false, 74)))) ? ("DCLP") : ("DDB"));
// line 75
echo " ";
if ((0 !== twig_compare((isset($context["currentCollection"]) || array_key_exists("currentCollection", $context) ? $context["currentCollection"] : (function () { throw new RuntimeError('Variable "currentCollection" does not exist.', 75, $this->source); })()), (isset($context["collection"]) || array_key_exists("collection", $context) ? $context["collection"] : (function () { throw new RuntimeError('Variable "collection" does not exist.', 75, $this->source); })())))) {
// line 76
echo " <li><a href=\"#";
echo twig_escape_filter($this->env, (isset($context["currentCollection"]) || array_key_exists("currentCollection", $context) ? $context["currentCollection"] : (function () { throw new RuntimeError('Variable "currentCollection" does not exist.', 76, $this->source); })()), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, (isset($context["currentCollection"]) || array_key_exists("currentCollection", $context) ? $context["currentCollection"] : (function () { throw new RuntimeError('Variable "currentCollection" does not exist.', 76, $this->source); })()), "html", null, true);
echo "</a></li>
";
// line 77
$context["collection"] = (isset($context["currentCollection"]) || array_key_exists("currentCollection", $context) ? $context["currentCollection"] : (function () { throw new RuntimeError('Variable "currentCollection" does not exist.', 77, $this->source); })());
// line 78
echo " ";
}
// line 79
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['c'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 80
echo " <hr />
";
}
// line 82
echo "
";
// line 83
$context["edition"] = "";
// line 84
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 84, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["c"]) {
// line 85
echo " ";
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["c"], "edition", [], "any", false, false, false, 85), "title", [], "any", false, false, false, 85), (isset($context["edition"]) || array_key_exists("edition", $context) ? $context["edition"] : (function () { throw new RuntimeError('Variable "edition" does not exist.', 85, $this->source); })())))) {
// line 86
echo " <li>
<a href=\"#";
// line 87
echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["c"], "edition", [], "any", false, false, false, 87), "title", [], "any", false, false, false, 87), [" " => "_", "." => ""]), "html", null, true);
echo "\" class=\"edition\">
";
// line 88
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["c"], "edition", [], "any", false, false, false, 88), "title", [], "any", false, false, false, 88), "html", null, true);
echo "
</a>
</li>
";
// line 91
$context["edition"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["c"], "edition", [], "any", false, false, false, 91), "title", [], "any", false, false, false, 91);
// line 92
echo " ";
}
// line 93
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['c'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 94
echo " </ul>
";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 99
public function block_righty_title($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(), "block", "righty_title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "righty_title"));
// line 100
echo " ";
if (twig_length_filter($this->env, (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 100, $this->source); })()))) {
// line 101
echo " ";
if (twig_in_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 101, $this->source); })()), [0 => "tm", 1 => "hgv", 2 => "ddb", 3 => "volume", 4 => "volume_dclp", 5 => "biblio", 6 => "register", 7 => "editie"])) {
// line 102
echo " ";
} else {
// line 103
echo " weitere
";
// line 104
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 104, $this->source); })())), "compilation", [], "any", false, false, false, 104), "collection", [], "any", false, false, false, 104), "html", null, true);
echo "s
";
}
// line 106
echo " ";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 109
public function block_righty($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(), "block", "righty"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "righty"));
// line 110
echo " ";
if (twig_in_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 110, $this->source); })()), [0 => "tm", 1 => "hgv", 2 => "ddb", 3 => "volume", 4 => "volume_dclp", 5 => "biblio", 6 => "register", 7 => "editie"])) {
// line 111
echo " ";
} else {
// line 112
echo " <ul>
";
// line 113
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["compilations"]) || array_key_exists("compilations", $context) ? $context["compilations"] : (function () { throw new RuntimeError('Variable "compilations" does not exist.', 113, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["c"]) {
// line 114
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["c"], "collection", [], "any", false, false, false, 114), "BOEP"))) {
// line 115
echo " <li><a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "boep", "id" => twig_get_attribute($this->env, $this->source, $context["c"], "title", [], "any", false, false, false, 115)]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["c"], "item", [], "any", false, false, false, 115), "html", null, true);
echo "</a></li>
";
} else {
// line 117
echo " ";
if (((-1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["c"], "volume", [], "any", false, false, false, 117), 14)) || (1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["c"], "volume", [], "any", false, false, false, 117), 100)))) {
// line 118
echo " <li><a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "bl", "id" => twig_get_attribute($this->env, $this->source, $context["c"], "volume", [], "any", false, false, false, 118)]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["c"], "short", [], "any", false, false, false, 118), "html", null, true);
echo "</a></li>
";
}
// line 120
echo " ";
}
// line 121
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['c'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 122
echo " </ul>
";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 126
public function block_body($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(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 127
echo " ";
if (twig_length_filter($this->env, (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 127, $this->source); })()))) {
// line 128
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 128, $this->source); })())), "compilation", [], "any", false, false, false, 128), "collection", [], "any", false, false, false, 128), "BOEP"))) {
// line 129
echo " ";
$this->loadTemplate("apiary/snippetBoep.html.twig", "apiary/honey.html.twig", 129)->display(twig_array_merge($context, ["corrections" => (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 129, $this->source); })()), "type" => (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 129, $this->source); })()), "id" => (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 129, $this->source); })())]));
// line 130
echo " ";
} else {
// line 131
echo " ";
$this->loadTemplate("apiary/snippetHoney.html.twig", "apiary/honey.html.twig", 131)->display(twig_array_merge($context, ["corrections" => (isset($context["corrections"]) || array_key_exists("corrections", $context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.', 131, $this->source); })()), "type" => (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 131, $this->source); })()), "id" => (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 131, $this->source); })())]));
// line 132
echo " ";
}
// line 133
echo " ";
} else {
// line 134
echo " <p>Für ";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 134, $this->source); })())), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 134, $this->source); })()), "html", null, true);
echo " sind keine Datensätze abrufbar</p>
";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "apiary/honey.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 572 => 134, 569 => 133, 566 => 132, 563 => 131, 560 => 130, 557 => 129, 554 => 128, 551 => 127, 541 => 126, 529 => 122, 523 => 121, 520 => 120, 512 => 118, 509 => 117, 501 => 115, 498 => 114, 494 => 113, 491 => 112, 488 => 111, 485 => 110, 475 => 109, 464 => 106, 459 => 104, 456 => 103, 453 => 102, 450 => 101, 447 => 100, 437 => 99, 425 => 94, 419 => 93, 416 => 92, 414 => 91, 408 => 88, 404 => 87, 401 => 86, 398 => 85, 393 => 84, 391 => 83, 388 => 82, 384 => 80, 378 => 79, 375 => 78, 373 => 77, 366 => 76, 363 => 75, 360 => 74, 355 => 73, 352 => 72, 350 => 71, 347 => 70, 345 => 69, 335 => 68, 324 => 65, 321 => 64, 315 => 62, 313 => 61, 304 => 60, 302 => 59, 297 => 58, 295 => 57, 291 => 55, 289 => 54, 286 => 53, 284 => 52, 281 => 51, 279 => 50, 274 => 49, 272 => 48, 265 => 45, 262 => 44, 259 => 43, 249 => 42, 238 => 39, 234 => 37, 232 => 36, 229 => 35, 227 => 34, 224 => 33, 221 => 32, 218 => 31, 213 => 29, 206 => 27, 199 => 25, 195 => 23, 192 => 22, 190 => 21, 187 => 20, 177 => 18, 174 => 17, 160 => 16, 146 => 15, 129 => 14, 126 => 13, 123 => 12, 113 => 11, 100 => 8, 90 => 7, 75 => 4, 65 => 3, 42 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'frontend.html.twig' %}
{% block title %}
{{ title }}|{{ parent() }}
{% endblock %}
{% block beta %}
{{ title }}
{% endblock %}
{% block gamma %}
{% if compilationsOfInterest|length and type != 'collection' %}
Die Inhalte der angezeigten Korrekturen stammen aus den Online-Beständen von
{% for key, coi in compilationsOfInterest %}
{% if key != 'BOEP' %}{% if loop.first == false %}, {% endif %}<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'bl', 'id': coi.volume }) }}\" title=\"{{ coi.short }}\">{{ coi.short|replace({' ' : ' '})|raw }}</a>{% endif %}
{% endfor %}
{% if compilationsOfInterest.BOEP is defined %}
{% if compilationsOfInterest|length > 1 %}, {% endif %}<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'collection', 'id': 'BOEP' }) }}\" title=\"Bulletin of Online Emendations to Papyri\">BOEP</a>
{% endif %}
{% if type not in ['bl', 'boep', 'editie', 'search', 'volume', 'volume_dclp'] and corrections|length and corrections|first.registerEntries|length %}
{% set r = corrections|first.registerEntries|first %}
<br />
Weitere identifier und Links:
<a href=\"http://www.trismegistos.org/text/{{ r.tm }}\" title=\"Weitere Informationen auf Trismegistos\" target=\"_blank\">TM {{ r.tm }}</a>
=
<a href=\"https://papyri.info/hgv/{{ r.hgv }}\" title=\"Weitere Informationen auf papyri.info\" target=\"_blank\">{{ r.ddb }}</a>
=
HGV {{ r.hgv }}
{% endif %}
{% elseif type == 'collection' %}
{% if id == 'BOEP' %}
Es ist jetzt möglich, alle BOEP-Korrekturen an einem Ort einzusehen. Diese sind alphabetisch nach ihrer BL-Abkürzung geordnet. Es ist nicht mehr notwendig, jedes einzelne BOEP zu überprüfen. Die laufenden Nummern sind nachträglich hinzugefügt worden.
{% elseif id == 'ddb' %}
Alle Korrekturen im BOEP, die dokumentarische Texte betreffen, sind an einem Ort gesammelt. Sie sind alphabetisch nach ihrem BL-Kürzel geordnet.
{% elseif id == 'dclp' %}
Alle Korrekturen im BOEP, die literarische und halbliterarische Texte betreffen, werden an einem Ort gesammelt. Sie sind alphabetisch nach ihrem BL-Kürzel geordnet.
{% endif %}
{% endif %}
{% endblock %}
{% block lefty_title %}
{%if type != 'editie' and corrections|length %}
{% if type in ['volume', 'volume_dclp'] %}
{{ id }} in
<br/>
BL Online
{% elseif type == 'register' %}
Editionen für Register-Id {{ id }}
{% elseif type == 'collection' and id == 'ddb' %}
Editionen für BOEP doc.
{% elseif type == 'collection' and id == 'dclp' %}
Editionen für BOEP lit.
{% elseif type != 'search' %}
Editionen in
<br />
{% if type == 'collection' %}
{{ corrections|first.compilation.collection }}
{% elseif type == 'tm' or type == 'hgv' or type == 'ddb' or type == 'biblio' %}
{% if type == 'tm' or type == 'hgv' or type == 'biblio' %}{{ type | upper }} {% endif %}{{ id }}
{% elseif corrections|length %}
{{corrections|first.compilation.short}}
{% endif %}
{% endif %}
{% endif %}
{% endblock %}
{% block lefty %}
{% if type not in ['editie', 'search'] %}
<ul>
{% if type == 'boep' and id != 'Bulletin of Online Emendations to Papyri' %}
{% set collection = '' %}
{% for c in corrections %}
{% set currentCollection = c.registerEntries|length and c.registerEntries|first.dclp|length ? 'DCLP' : 'DDB' %}
{% if currentCollection != collection %}
<li><a href=\"#{{ currentCollection }}\">{{ currentCollection }}</a></li>
{% set collection = currentCollection %}
{% endif %}
{% endfor %}
<hr />
{% endif %}
{% set edition = '' %}
{% for c in corrections %}
{% if c.edition.title != edition %}
<li>
<a href=\"#{{ c.edition.title|replace({' ': '_', '.': ''}) }}\" class=\"edition\">
{{ c.edition.title }}
</a>
</li>
{% set edition = c.edition.title %}
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% endblock %}
{% block righty_title %}
{% if corrections|length %}
{% if type in ['tm', 'hgv', 'ddb', 'volume', 'volume_dclp', 'biblio', 'register', 'editie'] %}
{% else %}
weitere
{{ corrections|first.compilation.collection }}s
{% endif %}
{% endif %}
{% endblock %}
{% block righty %}
{% if type in ['tm', 'hgv', 'ddb', 'volume', 'volume_dclp', 'biblio', 'register', 'editie'] %}
{% else %}
<ul>
{% for c in compilations %}
{% if c.collection == 'BOEP' %}
<li><a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'boep', 'id': c.title }) }}\">{{ c.item}}</a></li>
{% else %}
{% if c.volume < 14 or c.volume > 100 %}
<li><a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'bl', 'id': c.volume }) }}\">{{ c.short}}</a></li>
{% endif %}
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% endblock %}
{% block body %}
{% if corrections|length %}
{% if corrections|first.compilation.collection == 'BOEP' %}
{% include 'apiary/snippetBoep.html.twig' with {'corrections': corrections, 'type': type, 'id': id} %}
{% else %}
{% include 'apiary/snippetHoney.html.twig' with {'corrections': corrections, 'type': type, 'id': id} %}
{% endif %}
{% else %}
<p>Für {{ type|upper }} {{ id }} sind keine Datensätze abrufbar</p>
{% endif %}
{% endblock %}
", "apiary/honey.html.twig", "/var/www/beehive_dev/templates/apiary/honey.html.twig");
}
}