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

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