var/cache/dev/twig/c3/c3d6fb94fc720457ae576504fdc4c13b05817d0b1032c4f5db4f0889384c9c40.php line 44

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* apiary/honey.html.twig */
  14. class __TwigTemplate_e647e79a0e25602c425c596cda9de9f4099f47b2185147cc5b2bd2fb344674b3 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'beta' => [$this'block_beta'],
  24.             'gamma' => [$this'block_gamma'],
  25.             'lefty_title' => [$this'block_lefty_title'],
  26.             'lefty' => [$this'block_lefty'],
  27.             'righty_title' => [$this'block_righty_title'],
  28.             'righty' => [$this'block_righty'],
  29.             'body' => [$this'block_body'],
  30.         ];
  31.     }
  32.     protected function doGetParent(array $context)
  33.     {
  34.         // line 1
  35.         return "frontend.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = [])
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""apiary/honey.html.twig"));
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""apiary/honey.html.twig"));
  44.         $this->parent $this->loadTemplate("frontend.html.twig""apiary/honey.html.twig"1);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  48.         
  49.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  50.     }
  51.     // line 3
  52.     public function block_beta($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""beta"));
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""beta"));
  59.         // line 4
  60.         echo "  ";
  61.         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"nulltrue);
  62.         echo "
  63. ";
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.     }
  69.     // line 7
  70.     public function block_gamma($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""gamma"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""gamma"));
  77.         // line 8
  78.         echo "  ";
  79.         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.'8$this->source); })())) && (!== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'8$this->source); })()), "collection")))) {
  80.             // line 9
  81.             echo "    Die Inhalte der angezeigten Korrekturen stammen aus den Online-Beständen von
  82.     ";
  83.             // line 10
  84.             $context['_parent'] = $context;
  85.             $context['_seq'] = twig_ensure_traversable((isset($context["compilationsOfInterest"]) || array_key_exists("compilationsOfInterest"$context) ? $context["compilationsOfInterest"] : (function () { throw new RuntimeError('Variable "compilationsOfInterest" does not exist.'10$this->source); })()));
  86.             $context['loop'] = [
  87.               'parent' => $context['_parent'],
  88.               'index0' => 0,
  89.               'index'  => 1,
  90.               'first'  => true,
  91.             ];
  92.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  93.                 $length count($context['_seq']);
  94.                 $context['loop']['revindex0'] = $length 1;
  95.                 $context['loop']['revindex'] = $length;
  96.                 $context['loop']['length'] = $length;
  97.                 $context['loop']['last'] = === $length;
  98.             }
  99.             foreach ($context['_seq'] as $context["key"] => $context["coi"]) {
  100.                 // line 11
  101.                 echo "      ";
  102.                 if ((!== twig_compare($context["key"], "BOEP"))) {
  103.                     if ((=== twig_compare(twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse11), false))) {
  104.                         echo ", ";
  105.                     }
  106.                     echo "<a href=\"";
  107.                     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"falsefalsefalse11)]), "html"nulltrue);
  108.                     echo "\" title=\"";
  109.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["coi"], "short", [], "any"falsefalsefalse11), "html"nulltrue);
  110.                     echo "\">";
  111.                     echo twig_replace_filter(twig_get_attribute($this->env$this->source$context["coi"], "short", [], "any"falsefalsefalse11), [" " => "&nbsp;"]);
  112.                     echo "</a>";
  113.                 }
  114.                 // line 12
  115.                 echo "    ";
  116.                 ++$context['loop']['index0'];
  117.                 ++$context['loop']['index'];
  118.                 $context['loop']['first'] = false;
  119.                 if (isset($context['loop']['length'])) {
  120.                     --$context['loop']['revindex0'];
  121.                     --$context['loop']['revindex'];
  122.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  123.                 }
  124.             }
  125.             $_parent $context['_parent'];
  126.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['coi'], $context['_parent'], $context['loop']);
  127.             $context array_intersect_key($context$_parent) + $_parent;
  128.             // line 13
  129.             echo "    ";
  130.             if (twig_get_attribute($this->env$this->source, ($context["compilationsOfInterest"] ?? null), "BOEP", [], "any"truetruefalse13)) {
  131.                 // line 14
  132.                 echo "      ";
  133.                 if ((=== 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.'14$this->source); })())), 1))) {
  134.                     echo ", ";
  135.                 }
  136.                 echo "<a href=\"";
  137.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "collection""id" => "BOEP"]), "html"nulltrue);
  138.                 echo "\" title=\"Bulletin of Online Emendations to Papyri\">BOEP</a>
  139.     ";
  140.             }
  141.             // line 16
  142.             echo "
  143.     ";
  144.             // line 17
  145.             if (((!twig_in_filter((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'17$this->source); })()), [=> "bl"=> "editie"=> "search"]) && twig_length_filter($this->env, (isset($context["corrections"]) || array_key_exists("corrections"$context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.'17$this->source); })()))) && twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections"$context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.'17$this->source); })())), "registerEntries", [], "any"falsefalsefalse17)))) {
  146.                 // line 18
  147.                 echo "      ";
  148.                 $context["r"] = twig_first($this->envtwig_get_attribute($this->env$this->sourcetwig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections"$context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.'18$this->source); })())), "registerEntries", [], "any"falsefalsefalse18));
  149.                 // line 19
  150.                 echo "      <br />
  151.       Weitere identifier und Links:
  152.       <a href=\"http://www.trismegistos.org/text/";
  153.                 // line 21
  154.                 echo twig_escape_filter($this->envtwig_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.'21$this->source); })()), "tm", [], "any"falsefalsefalse21), "html"nulltrue);
  155.                 echo "\"  title=\"Weitere Informationen auf Trismegistos\" target=\"_blank\">TM ";
  156.                 echo twig_escape_filter($this->envtwig_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.'21$this->source); })()), "tm", [], "any"falsefalsefalse21), "html"nulltrue);
  157.                 echo "</a>
  158.       =
  159.       <a href=\"https://papyri.info/hgv/";
  160.                 // line 23
  161.                 echo twig_escape_filter($this->envtwig_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.'23$this->source); })()), "hgv", [], "any"falsefalsefalse23), "html"nulltrue);
  162.                 echo "\"  title=\"Weitere Informationen auf papyri.info\" target=\"_blank\">";
  163.                 echo twig_escape_filter($this->envtwig_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.'23$this->source); })()), "ddb", [], "any"falsefalsefalse23), "html"nulltrue);
  164.                 echo "</a>
  165.       =
  166.       HGV ";
  167.                 // line 25
  168.                 echo twig_escape_filter($this->envtwig_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); })()), "hgv", [], "any"falsefalsefalse25), "html"nulltrue);
  169.                 echo "
  170.     ";
  171.             }
  172.             // line 27
  173.             echo "  ";
  174.         } elseif ((=== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'27$this->source); })()), "collection"))) {
  175.             // line 28
  176.             echo "    ";
  177.             if ((=== twig_compare((isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'28$this->source); })()), "BOEP"))) {
  178.                 // line 29
  179.                 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.
  180.     ";
  181.             } elseif ((=== twig_compare(            // line 30
  182. (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'30$this->source); })()), "ddb"))) {
  183.                 // line 31
  184.                 echo "      Alle Korrekturen im BOEP, die dokumentarische Texte betreffen, sind an einem Ort gesammelt. Sie sind alphabetisch nach ihrem BL-Kürzel geordnet.
  185.     ";
  186.             } elseif ((=== twig_compare(            // line 32
  187. (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'32$this->source); })()), "dclp"))) {
  188.                 // line 33
  189.                 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.
  190.     ";
  191.             }
  192.             // line 35
  193.             echo "  ";
  194.         }
  195.         
  196.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  197.         
  198.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  199.     }
  200.     // line 38
  201.     public function block_lefty_title($context, array $blocks = [])
  202.     {
  203.         $macros $this->macros;
  204.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  205.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""lefty_title"));
  206.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""lefty_title"));
  208.         // line 39
  209.         echo "  ";
  210.         if (((!== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'39$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.'39$this->source); })())))) {
  211.             // line 40
  212.             echo "    ";
  213.             if ((=== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'40$this->source); })()), "volume"))) {
  214.                 // line 41
  215.                 echo "      ";
  216.                 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.'41$this->source); })()), "html"nulltrue);
  217.                 echo " in
  218.       <br/>
  219.       BL&nbsp;Online
  220.     ";
  221.             } elseif ((=== twig_compare(            // line 44
  222. (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'44$this->source); })()), "register"))) {
  223.                 // line 45
  224.                 echo "      Editionen für Register-Id ";
  225.                 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"nulltrue);
  226.                 echo "
  227.     ";
  228.             } elseif (((=== twig_compare(            // line 46
  229. (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'46$this->source); })()), "collection")) && (=== twig_compare((isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'46$this->source); })()), "ddb")))) {
  230.                 // line 47
  231.                 echo "      Editionen für BOEP doc.
  232.     ";
  233.             } elseif (((=== twig_compare(            // line 48
  234. (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'48$this->source); })()), "collection")) && (=== twig_compare((isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'48$this->source); })()), "dclp")))) {
  235.                 // line 49
  236.                 echo "      Editionen für BOEP lit.
  237.     ";
  238.             } elseif ((!== twig_compare(            // line 50
  239. (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'50$this->source); })()), "search"))) {
  240.                 // line 51
  241.                 echo "      Editionen in
  242.       <br />
  243.       ";
  244.                 // line 53
  245.                 if ((=== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'53$this->source); })()), "collection"))) {
  246.                     // line 54
  247.                     echo "        ";
  248.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections"$context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.'54$this->source); })())), "compilation", [], "any"falsefalsefalse54), "collection", [], "any"falsefalsefalse54), "html"nulltrue);
  249.                     echo "
  250.       ";
  251.                 } elseif (((((=== twig_compare(                // line 55
  252. (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'55$this->source); })()), "tm")) || (=== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'55$this->source); })()), "hgv"))) || (=== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'55$this->source); })()), "ddb"))) || (=== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'55$this->source); })()), "biblio")))) {
  253.                     // line 56
  254.                     echo "        ";
  255.                     if ((((=== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'56$this->source); })()), "tm")) || (=== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'56$this->source); })()), "hgv"))) || (=== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'56$this->source); })()), "biblio")))) {
  256.                         echo twig_escape_filter($this->envtwig_upper_filter($this->env, (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'56$this->source); })())), "html"nulltrue);
  257.                         echo "&nbsp;";
  258.                     }
  259.                     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.'56$this->source); })()), "html"nulltrue);
  260.                     echo "
  261.       ";
  262.                 } elseif (twig_length_filter($this->env,                 // line 57
  263. (isset($context["corrections"]) || array_key_exists("corrections"$context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.'57$this->source); })()))) {
  264.                     // line 58
  265.                     echo "        ";
  266.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse58), "short", [], "any"falsefalsefalse58), "html"nulltrue);
  267.                     echo "
  268.       ";
  269.                 }
  270.                 // line 60
  271.                 echo "    ";
  272.             }
  273.             // line 61
  274.             echo "  ";
  275.         }
  276.         
  277.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  278.         
  279.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  280.     }
  281.     // line 64
  282.     public function block_lefty($context, array $blocks = [])
  283.     {
  284.         $macros $this->macros;
  285.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  286.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""lefty"));
  287.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  288.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""lefty"));
  289.         // line 65
  290.         if (!twig_in_filter((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'65$this->source); })()), [=> "editie"=> "search"])) {
  291.             // line 66
  292.             echo "  <ul>
  293.     ";
  294.             // line 67
  295.             if (((=== twig_compare((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'67$this->source); })()), "boep")) && (!== twig_compare((isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'67$this->source); })()), "Bulletin of Online Emendations to Papyri")))) {
  296.                 // line 68
  297.                 echo "      ";
  298.                 $context["collection"] = "";
  299.                 // line 69
  300.                 echo "      ";
  301.                 $context['_parent'] = $context;
  302.                 $context['_seq'] = twig_ensure_traversable((isset($context["corrections"]) || array_key_exists("corrections"$context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.'69$this->source); })()));
  303.                 foreach ($context['_seq'] as $context["_key"] => $context["c"]) {
  304.                     // line 70
  305.                     echo "        ";
  306.                     $context["currentCollection"] = (((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["c"], "registerEntries", [], "any"falsefalsefalse70)) && twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_first($this->envtwig_get_attribute($this->env$this->source$context["c"], "registerEntries", [], "any"falsefalsefalse70)), "dclp", [], "any"falsefalsefalse70)))) ? ("DCLP") : ("DDB"));
  307.                     // line 71
  308.                     echo "          ";
  309.                     if ((!== twig_compare((isset($context["currentCollection"]) || array_key_exists("currentCollection"$context) ? $context["currentCollection"] : (function () { throw new RuntimeError('Variable "currentCollection" does not exist.'71$this->source); })()), (isset($context["collection"]) || array_key_exists("collection"$context) ? $context["collection"] : (function () { throw new RuntimeError('Variable "collection" does not exist.'71$this->source); })())))) {
  310.                         // line 72
  311.                         echo "            <li><a href=\"#";
  312.                         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.'72$this->source); })()), "html"nulltrue);
  313.                         echo "\">";
  314.                         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.'72$this->source); })()), "html"nulltrue);
  315.                         echo "</a></li>
  316.             ";
  317.                         // line 73
  318.                         $context["collection"] = (isset($context["currentCollection"]) || array_key_exists("currentCollection"$context) ? $context["currentCollection"] : (function () { throw new RuntimeError('Variable "currentCollection" does not exist.'73$this->source); })());
  319.                         // line 74
  320.                         echo "          ";
  321.                     }
  322.                     // line 75
  323.                     echo "      ";
  324.                 }
  325.                 $_parent $context['_parent'];
  326.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['c'], $context['_parent'], $context['loop']);
  327.                 $context array_intersect_key($context$_parent) + $_parent;
  328.                 // line 76
  329.                 echo "      <hr />
  330.     ";
  331.             }
  332.             // line 78
  333.             echo "
  334.     ";
  335.             // line 79
  336.             $context["edition"] = "";
  337.             // line 80
  338.             echo "    ";
  339.             $context['_parent'] = $context;
  340.             $context['_seq'] = twig_ensure_traversable((isset($context["corrections"]) || array_key_exists("corrections"$context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.'80$this->source); })()));
  341.             foreach ($context['_seq'] as $context["_key"] => $context["c"]) {
  342.                 // line 81
  343.                 echo "        ";
  344.                 if ((!== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["c"], "edition", [], "any"falsefalsefalse81), "title", [], "any"falsefalsefalse81), (isset($context["edition"]) || array_key_exists("edition"$context) ? $context["edition"] : (function () { throw new RuntimeError('Variable "edition" does not exist.'81$this->source); })())))) {
  345.                     // line 82
  346.                     echo "          <li>
  347.             <a href=\"#";
  348.                     // line 83
  349.                     echo twig_escape_filter($this->envtwig_replace_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["c"], "edition", [], "any"falsefalsefalse83), "title", [], "any"falsefalsefalse83), [" " => "_""." => ""]), "html"nulltrue);
  350.                     echo "\" class=\"edition\">
  351.               ";
  352.                     // line 84
  353.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["c"], "edition", [], "any"falsefalsefalse84), "title", [], "any"falsefalsefalse84), "html"nulltrue);
  354.                     echo "
  355.             </a>
  356.           </li>
  357.           ";
  358.                     // line 87
  359.                     $context["edition"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["c"], "edition", [], "any"falsefalsefalse87), "title", [], "any"falsefalsefalse87);
  360.                     // line 88
  361.                     echo "        ";
  362.                 }
  363.                 // line 89
  364.                 echo "    ";
  365.             }
  366.             $_parent $context['_parent'];
  367.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['c'], $context['_parent'], $context['loop']);
  368.             $context array_intersect_key($context$_parent) + $_parent;
  369.             // line 90
  370.             echo "  </ul>
  371. ";
  372.         }
  373.         
  374.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  375.         
  376.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  377.     }
  378.     // line 95
  379.     public function block_righty_title($context, array $blocks = [])
  380.     {
  381.         $macros $this->macros;
  382.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  383.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""righty_title"));
  384.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  385.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""righty_title"));
  386.         // line 96
  387.         echo "  ";
  388.         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.'96$this->source); })()))) {
  389.             // line 97
  390.             echo "    ";
  391.             if (twig_in_filter((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'97$this->source); })()), [=> "tm"=> "hgv"=> "ddb"=> "volume"=> "biblio"=> "register"=> "editie"])) {
  392.                 // line 98
  393.                 echo "    ";
  394.             } else {
  395.                 // line 99
  396.                 echo "    weitere
  397.     ";
  398.                 // line 100
  399.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections"$context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.'100$this->source); })())), "compilation", [], "any"falsefalsefalse100), "collection", [], "any"falsefalsefalse100), "html"nulltrue);
  400.                 echo "s
  401.     ";
  402.             }
  403.             // line 102
  404.             echo "  ";
  405.         }
  406.         
  407.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  408.         
  409.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  410.     }
  411.     // line 105
  412.     public function block_righty($context, array $blocks = [])
  413.     {
  414.         $macros $this->macros;
  415.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  416.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""righty"));
  417.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  418.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""righty"));
  419.         // line 106
  420.         echo "  ";
  421.         if (twig_in_filter((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'106$this->source); })()), [=> "tm"=> "hgv"=> "ddb"=> "volume"=> "biblio"=> "register"=> "editie"])) {
  422.             // line 107
  423.             echo "  ";
  424.         } else {
  425.             // line 108
  426.             echo "    <ul>
  427.       ";
  428.             // line 109
  429.             $context['_parent'] = $context;
  430.             $context['_seq'] = twig_ensure_traversable((isset($context["compilations"]) || array_key_exists("compilations"$context) ? $context["compilations"] : (function () { throw new RuntimeError('Variable "compilations" does not exist.'109$this->source); })()));
  431.             foreach ($context['_seq'] as $context["_key"] => $context["c"]) {
  432.                 // line 110
  433.                 echo "        ";
  434.                 if ((=== twig_compare(twig_get_attribute($this->env$this->source$context["c"], "collection", [], "any"falsefalsefalse110), "BOEP"))) {
  435.                     // line 111
  436.                     echo "          <li><a href=\"";
  437.                     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"falsefalsefalse111)]), "html"nulltrue);
  438.                     echo "\">";
  439.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["c"], "item", [], "any"falsefalsefalse111), "html"nulltrue);
  440.                     echo "</a></li>
  441.         ";
  442.                 } else {
  443.                     // line 113
  444.                     echo "          ";
  445.                     if (((-=== twig_compare(twig_get_attribute($this->env$this->source$context["c"], "volume", [], "any"falsefalsefalse113), 14)) || (=== twig_compare(twig_get_attribute($this->env$this->source$context["c"], "volume", [], "any"falsefalsefalse113), 100)))) {
  446.                         // line 114
  447.                         echo "            <li><a href=\"";
  448.                         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"falsefalsefalse114)]), "html"nulltrue);
  449.                         echo "\">";
  450.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["c"], "short", [], "any"falsefalsefalse114), "html"nulltrue);
  451.                         echo "</a></li>
  452.           ";
  453.                     }
  454.                     // line 116
  455.                     echo "        ";
  456.                 }
  457.                 // line 117
  458.                 echo "      ";
  459.             }
  460.             $_parent $context['_parent'];
  461.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['c'], $context['_parent'], $context['loop']);
  462.             $context array_intersect_key($context$_parent) + $_parent;
  463.             // line 118
  464.             echo "    </ul>
  465.   ";
  466.         }
  467.         
  468.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  469.         
  470.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  471.     }
  472.     // line 122
  473.     public function block_body($context, array $blocks = [])
  474.     {
  475.         $macros $this->macros;
  476.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  477.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  478.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  479.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  480.         // line 123
  481.         echo "  ";
  482.         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.'123$this->source); })()))) {
  483.             // line 124
  484.             echo "    ";
  485.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_first($this->env, (isset($context["corrections"]) || array_key_exists("corrections"$context) ? $context["corrections"] : (function () { throw new RuntimeError('Variable "corrections" does not exist.'124$this->source); })())), "compilation", [], "any"falsefalsefalse124), "collection", [], "any"falsefalsefalse124), "BOEP"))) {
  486.                 // line 125
  487.                 echo "      ";
  488.                 $this->loadTemplate("apiary/snippetBoep.html.twig""apiary/honey.html.twig"125)->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.'125$this->source); })()), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'125$this->source); })()), "id" => (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'125$this->source); })())]));
  489.                 // line 126
  490.                 echo "    ";
  491.             } else {
  492.                 // line 127
  493.                 echo "      ";
  494.                 $this->loadTemplate("apiary/snippetHoney.html.twig""apiary/honey.html.twig"127)->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.'127$this->source); })()), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'127$this->source); })()), "id" => (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'127$this->source); })())]));
  495.                 // line 128
  496.                 echo "    ";
  497.             }
  498.             // line 129
  499.             echo "  ";
  500.         } else {
  501.             // line 130
  502.             echo "    <p>Für ";
  503.             echo twig_escape_filter($this->envtwig_upper_filter($this->env, (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'130$this->source); })())), "html"nulltrue);
  504.             echo "&nbsp;";
  505.             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.'130$this->source); })()), "html"nulltrue);
  506.             echo " sind keine Datensätze abrufbar</p>
  507.   ";
  508.         }
  509.         
  510.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  511.         
  512.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  513.     }
  514.     public function getTemplateName()
  515.     {
  516.         return "apiary/honey.html.twig";
  517.     }
  518.     public function isTraitable()
  519.     {
  520.         return false;
  521.     }
  522.     public function getDebugInfo()
  523.     {
  524.         return array (  546 => 130,  543 => 129,  540 => 128,  537 => 127,  534 => 126,  531 => 125,  528 => 124,  525 => 123,  515 => 122,  503 => 118,  497 => 117,  494 => 116,  486 => 114,  483 => 113,  475 => 111,  472 => 110,  468 => 109,  465 => 108,  462 => 107,  459 => 106,  449 => 105,  438 => 102,  433 => 100,  430 => 99,  427 => 98,  424 => 97,  421 => 96,  411 => 95,  399 => 90,  393 => 89,  390 => 88,  388 => 87,  382 => 84,  378 => 83,  375 => 82,  372 => 81,  367 => 80,  365 => 79,  362 => 78,  358 => 76,  352 => 75,  349 => 74,  347 => 73,  340 => 72,  337 => 71,  334 => 70,  329 => 69,  326 => 68,  324 => 67,  321 => 66,  319 => 65,  309 => 64,  298 => 61,  295 => 60,  289 => 58,  287 => 57,  278 => 56,  276 => 55,  271 => 54,  269 => 53,  265 => 51,  263 => 50,  260 => 49,  258 => 48,  255 => 47,  253 => 46,  248 => 45,  246 => 44,  239 => 41,  236 => 40,  233 => 39,  223 => 38,  212 => 35,  208 => 33,  206 => 32,  203 => 31,  201 => 30,  198 => 29,  195 => 28,  192 => 27,  187 => 25,  180 => 23,  173 => 21,  169 => 19,  166 => 18,  164 => 17,  161 => 16,  151 => 14,  148 => 13,  134 => 12,  120 => 11,  103 => 10,  100 => 9,  97 => 8,  87 => 7,  74 => 4,  64 => 3,  41 => 1,);
  525.     }
  526.     public function getSourceContext()
  527.     {
  528.         return new Source("{% extends 'frontend.html.twig' %}
  529. {% block beta %}
  530.   {{ title }}
  531. {% endblock %}
  532. {% block gamma %}
  533.   {% if compilationsOfInterest|length and type != 'collection' %}
  534.     Die Inhalte der angezeigten Korrekturen stammen aus den Online-Beständen von
  535.     {% for key, coi in compilationsOfInterest %}
  536.       {% if key != 'BOEP'  %}{% if loop.first == false  %}, {% endif %}<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'bl', 'id': coi.volume }) }}\" title=\"{{ coi.short }}\">{{ coi.short|replace({' ' : '&nbsp;'})|raw }}</a>{% endif  %}
  537.     {% endfor %}
  538.     {% if compilationsOfInterest.BOEP is defined %}
  539.       {% if compilationsOfInterest|length > 1  %}, {% endif %}<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'collection', 'id': 'BOEP' }) }}\" title=\"Bulletin of Online Emendations to Papyri\">BOEP</a>
  540.     {% endif %}
  541.     {% if type not in ['bl', 'editie', 'search'] and corrections|length and corrections|first.registerEntries|length %}
  542.       {% set r = corrections|first.registerEntries|first %}
  543.       <br />
  544.       Weitere identifier und Links:
  545.       <a href=\"http://www.trismegistos.org/text/{{ r.tm }}\"  title=\"Weitere Informationen auf Trismegistos\" target=\"_blank\">TM {{ r.tm }}</a>
  546.       =
  547.       <a href=\"https://papyri.info/hgv/{{ r.hgv }}\"  title=\"Weitere Informationen auf papyri.info\" target=\"_blank\">{{ r.ddb }}</a>
  548.       =
  549.       HGV {{ r.hgv }}
  550.     {% endif %}
  551.   {% elseif type == 'collection' %}
  552.     {% if id == 'BOEP' %}
  553.       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.
  554.     {% elseif id == 'ddb' %}
  555.       Alle Korrekturen im BOEP, die dokumentarische Texte betreffen, sind an einem Ort gesammelt. Sie sind alphabetisch nach ihrem BL-Kürzel geordnet.
  556.     {% elseif id == 'dclp' %}
  557.       Alle Korrekturen im BOEP, die literarische und halbliterarische Texte betreffen, werden an einem Ort gesammelt. Sie sind alphabetisch nach ihrem BL-Kürzel geordnet.
  558.     {% endif %}
  559.   {% endif %}
  560. {% endblock %}
  561. {% block lefty_title %}
  562.   {%if type != 'editie' and corrections|length %}
  563.     {% if type == 'volume' %}
  564.       {{ id }} in
  565.       <br/>
  566.       BL&nbsp;Online
  567.     {% elseif type == 'register' %}
  568.       Editionen für Register-Id {{ id }}
  569.     {% elseif type == 'collection' and id == 'ddb'  %}
  570.       Editionen für BOEP doc.
  571.     {% elseif type == 'collection' and id == 'dclp'  %}
  572.       Editionen für BOEP lit.
  573.     {% elseif type != 'search' %}
  574.       Editionen in
  575.       <br />
  576.       {% if type == 'collection' %}
  577.         {{ corrections|first.compilation.collection }}
  578.       {% elseif type == 'tm' or  type == 'hgv' or  type == 'ddb' or  type == 'biblio' %}
  579.         {% if type == 'tm' or  type == 'hgv' or  type == 'biblio' %}{{ type | upper }}&nbsp;{% endif %}{{ id }}
  580.       {% elseif corrections|length %}
  581.         {{corrections|first.compilation.short}}
  582.       {% endif %}
  583.     {% endif %}
  584.   {% endif %}
  585. {% endblock %}
  586. {% block lefty %}
  587. {% if type not in ['editie', 'search'] %}
  588.   <ul>
  589.     {% if type == 'boep' and id != 'Bulletin of Online Emendations to Papyri' %}
  590.       {% set collection = '' %}
  591.       {% for c in corrections %}
  592.         {% set currentCollection = c.registerEntries|length and c.registerEntries|first.dclp|length ? 'DCLP' : 'DDB' %}
  593.           {% if currentCollection != collection %}
  594.             <li><a href=\"#{{ currentCollection }}\">{{ currentCollection }}</a></li>
  595.             {% set collection = currentCollection %}
  596.           {% endif %}
  597.       {% endfor %}
  598.       <hr />
  599.     {% endif %}
  600.     {% set edition = '' %}
  601.     {% for c in corrections %}
  602.         {% if c.edition.title != edition %}
  603.           <li>
  604.             <a href=\"#{{ c.edition.title|replace({' ': '_', '.': ''}) }}\" class=\"edition\">
  605.               {{ c.edition.title }}
  606.             </a>
  607.           </li>
  608.           {% set edition = c.edition.title %}
  609.         {% endif %}
  610.     {% endfor %}
  611.   </ul>
  612. {% endif %}
  613. {% endblock %}
  614. {% block righty_title %}
  615.   {% if corrections|length %}
  616.     {% if type in ['tm', 'hgv', 'ddb', 'volume', 'biblio', 'register', 'editie'] %}
  617.     {% else %}
  618.     weitere
  619.     {{ corrections|first.compilation.collection }}s
  620.     {% endif %}
  621.   {% endif %}
  622. {% endblock %}
  623. {% block righty %}
  624.   {% if type in ['tm', 'hgv', 'ddb', 'volume', 'biblio', 'register', 'editie'] %}
  625.   {% else %}
  626.     <ul>
  627.       {% for c in compilations %}
  628.         {% if c.collection == 'BOEP' %}
  629.           <li><a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'boep', 'id': c.title }) }}\">{{ c.item}}</a></li>
  630.         {% else %}
  631.           {% if c.volume < 14 or c.volume > 100 %}
  632.             <li><a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'bl', 'id': c.volume }) }}\">{{ c.short}}</a></li>
  633.           {% endif %}
  634.         {% endif %}
  635.       {% endfor %}
  636.     </ul>
  637.   {% endif %}
  638. {% endblock %}
  639. {% block body %}
  640.   {% if corrections|length %}
  641.     {% if corrections|first.compilation.collection == 'BOEP' %}
  642.       {% include 'apiary/snippetBoep.html.twig' with {'corrections': corrections, 'type': type, 'id': id} %}
  643.     {% else %}
  644.       {% include 'apiary/snippetHoney.html.twig' with {'corrections': corrections, 'type': type, 'id': id} %}
  645.     {% endif %}
  646.   {% else %}
  647.     <p>Für {{ type|upper }}&nbsp;{{ id }} sind keine Datensätze abrufbar</p>
  648.   {% endif %}
  649. {% endblock %}
  650. ""apiary/honey.html.twig""/var/www/beehive_dev/templates/apiary/honey.html.twig");
  651.     }
  652. }