var/cache/dev/twig/93/932e9083663654dd987bc7da0f8fca3ddd50534be2387b085a2fe398c076d835.php line 51

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/info.html.twig */
  14. class __TwigTemplate_4271ea3372dad82b7a6c1754802531fca8ace7e5ba5bf7764bf3b8f1f1b8455a 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.             'body' => [$this'block_body'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "frontend.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""apiary/info.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""apiary/info.html.twig"));
  41.         $this->parent $this->loadTemplate("frontend.html.twig""apiary/info.html.twig"1);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 3
  49.     public function block_title($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         // line 4
  57.         echo "  ";
  58.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'4$this->source); })()), "id", [], "any"falsefalsefalse4), "html"nulltrue);
  59.         echo "|";
  60.         $this->displayParentBlock("title"$context$blocks);
  61.         echo "
  62. ";
  63.         
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  65.         
  66.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  67.     }
  68.     // line 7
  69.     public function block_beta($context, array $blocks = [])
  70.     {
  71.         $macros $this->macros;
  72.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""beta"));
  74.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""beta"));
  76.         // line 8
  77.         echo "  BL-Eintrag zu ";
  78.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'8$this->source); })()), "edition", [], "any"falsefalsefalse8), "title", [], "any"falsefalsefalse8), "html"nulltrue);
  79.         echo "
  80.   <span id=\"text\" class=\"edit\">";
  81.         // line 9
  82.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'9$this->source); })()), "text", [], "any"falsefalsefalse9), "html"nulltrue);
  83.         echo "</span>";
  84.         if (twig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'9$this->source); })()), "position", [], "any"falsefalsefalse9)) {
  85.             echo ", <span id=\"position\" class=\"edit\">";
  86.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'9$this->source); })()), "position", [], "any"falsefalsefalse9), "html"nulltrue);
  87.             echo "</span>";
  88.         }
  89.         // line 10
  90.         echo "    <span>in </span><span id=\"compilation\">";
  91.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'10$this->source); })()), "compilation", [], "any"falsefalsefalse10), "short", [], "any"falsefalsefalse10), "html"nulltrue);
  92.         echo "</span>
  93.     ";
  94.         // line 11
  95.         if (((is_string($__internal_compile_0 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'11$this->source); })()), "compilation", [], "any"falsefalsefalse11), "collection", [], "any"falsefalsefalse11)) && is_string($__internal_compile_1 "BL") && ('' === $__internal_compile_1 || === strpos($__internal_compile_0$__internal_compile_1))) && twig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'11$this->source); })()), "compilationPage", [], "any"falsefalsefalse11))) {
  96.             // line 12
  97.             echo "      <span>S. </span><span id=\"compilationPage\" class=\"edit\">";
  98.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'12$this->source); })()), "compilationPage", [], "any"falsefalsefalse12), "html"nulltrue);
  99.             echo "</span>
  100.     ";
  101.         } elseif ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 13
  102. (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'13$this->source); })()), "compilation", [], "any"falsefalsefalse13), "collection", [], "any"falsefalsefalse13), "BOEP"))) {
  103.             // line 14
  104.             echo "      <span id=\"compilationIndex\" class=\"edit\">";
  105.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'14$this->source); })()), "compilationIndex", [], "any"falsefalsefalse14), "html"nulltrue);
  106.             echo "</span>
  107.   ";
  108.         }
  109.         // line 16
  110.         echo "  <span>(</span>BL-Online-Id ";
  111.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'16$this->source); })()), "id", [], "any"falsefalsefalse16), "html"nulltrue);
  112.         echo "<span>)</span>
  113. ";
  114.         
  115.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  116.         
  117.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  118.     }
  119.     // line 19
  120.     public function block_gamma($context, array $blocks = [])
  121.     {
  122.         $macros $this->macros;
  123.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  124.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""gamma"));
  125.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  126.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""gamma"));
  127.         // line 20
  128.         echo "  ";
  129.         if (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'20$this->source); })()), "registerEntries", [], "any"falsefalsefalse20))) {
  130.             // line 21
  131.             echo "    Weitere identifier und Links:
  132.     <a href=\"http://www.trismegistos.org/text/";
  133.             // line 22
  134.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'22$this->source); })()), "tm", [], "any"falsefalsefalse22), "html"nulltrue);
  135.             echo "\"  title=\"Weitere Informationen auf Trismegistos\" target=\"_blank\">TM ";
  136.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'22$this->source); })()), "tm", [], "any"falsefalsefalse22), "html"nulltrue);
  137.             echo "</a>
  138.     ";
  139.             // line 23
  140.             if (twig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'23$this->source); })()), "ddb", [], "any"falsefalsefalse23)) {
  141.                 // line 24
  142.                 echo "      =
  143.       <a href=\"https://papyri.info/hgv/";
  144.                 // line 25
  145.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'25$this->source); })()), "hgv", [], "any"falsefalsefalse25), "html"nulltrue);
  146.                 echo "\"  title=\"Weitere Informationen auf papyri.info\" target=\"_blank\">";
  147.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'25$this->source); })()), "ddb", [], "any"falsefalsefalse25), "html"nulltrue);
  148.                 echo "</a>
  149.     ";
  150.             } elseif (twig_get_attribute($this->env$this->source,             // line 26
  151. (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'26$this->source); })()), "dclp", [], "any"falsefalsefalse26)) {
  152.                 // line 27
  153.                 echo "      =
  154.       <a href=\"https://papyri.info/dclp/";
  155.                 // line 28
  156.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'28$this->source); })()), "tm", [], "any"falsefalsefalse28), "html"nulltrue);
  157.                 echo "\"  title=\"Weitere Informationen auf papyri.info\" target=\"_blank\">DCLP auf Papyri.info</a>
  158.     ";
  159.             }
  160.             // line 30
  161.             echo "    ";
  162.             if (twig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'30$this->source); })()), "hgv", [], "any"falsefalsefalse30)) {
  163.                 // line 31
  164.                 echo "      =
  165.       HGV ";
  166.                 // line 32
  167.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'32$this->source); })()), "hgv", [], "any"falsefalsefalse32), "html"nulltrue);
  168.                 echo "
  169.     ";
  170.             }
  171.             // line 34
  172.             echo "  ";
  173.         }
  174.         
  175.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  176.         
  177.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  178.     }
  179.     // line 37
  180.     public function block_body($context, array $blocks = [])
  181.     {
  182.         $macros $this->macros;
  183.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  184.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  185.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  186.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  187.         // line 38
  188.         echo "  <p id=\"description\" class=\"editArea greek\">";
  189.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'38$this->source); })()), "description", [], "any"falsefalsefalse38), "html"nulltrue);
  190.         echo "</p>
  191.   ";
  192.         // line 39
  193.         if ((=== twig_compare(twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'39$this->source); })()), "registerEntries", [], "any"falsefalsefalse39)), 1))) {
  194.             // line 40
  195.             echo "    <h4>Siehe auch:</h4>
  196.     ";
  197.             // line 41
  198.             $this->loadTemplate("register/snippetList.html.twig""apiary/info.html.twig"41)->display(twig_array_merge($context, ["correction" => (isset($context["correction"]) || array_key_exists("correction"$context) ? $context["correction"] : (function () { throw new RuntimeError('Variable "correction" does not exist.'41$this->source); })())]));
  199.             // line 42
  200.             echo "  ";
  201.         }
  202.         
  203.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  204.         
  205.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  206.     }
  207.     public function getTemplateName()
  208.     {
  209.         return "apiary/info.html.twig";
  210.     }
  211.     public function isTraitable()
  212.     {
  213.         return false;
  214.     }
  215.     public function getDebugInfo()
  216.     {
  217.         return array (  229 => 42,  227 => 41,  224 => 40,  222 => 39,  217 => 38,  207 => 37,  196 => 34,  191 => 32,  188 => 31,  185 => 30,  180 => 28,  177 => 27,  175 => 26,  169 => 25,  166 => 24,  164 => 23,  158 => 22,  155 => 21,  152 => 20,  142 => 19,  129 => 16,  123 => 14,  121 => 13,  116 => 12,  114 => 11,  109 => 10,  101 => 9,  96 => 8,  86 => 7,  71 => 4,  61 => 3,  38 => 1,);
  218.     }
  219.     public function getSourceContext()
  220.     {
  221.         return new Source("{% extends 'frontend.html.twig' %}
  222. {% block title %}
  223.   {{ correction.id }}|{{ parent() }}
  224. {% endblock %}
  225. {% block beta %}
  226.   BL-Eintrag zu {{ correction.edition.title }}
  227.   <span id=\"text\" class=\"edit\">{{ correction.text }}</span>{% if correction.position %}, <span id=\"position\" class=\"edit\">{{ correction.position }}</span>{% endif %}
  228.     <span>in </span><span id=\"compilation\">{{ correction.compilation.short }}</span>
  229.     {% if correction.compilation.collection starts with 'BL' and correction.compilationPage %}
  230.       <span>S. </span><span id=\"compilationPage\" class=\"edit\">{{ correction.compilationPage }}</span>
  231.     {% elseif correction.compilation.collection == 'BOEP' %}
  232.       <span id=\"compilationIndex\" class=\"edit\">{{ correction.compilationIndex }}</span>
  233.   {% endif %}
  234.   <span>(</span>BL-Online-Id {{ correction.id }}<span>)</span>
  235. {% endblock %}
  236. {% block gamma %}
  237.   {% if correction.registerEntries|length %}
  238.     Weitere identifier und Links:
  239.     <a href=\"http://www.trismegistos.org/text/{{ correction.tm }}\"  title=\"Weitere Informationen auf Trismegistos\" target=\"_blank\">TM {{ correction.tm }}</a>
  240.     {% if correction.ddb %}
  241.       =
  242.       <a href=\"https://papyri.info/hgv/{{ correction.hgv }}\"  title=\"Weitere Informationen auf papyri.info\" target=\"_blank\">{{ correction.ddb }}</a>
  243.     {% elseif correction.dclp %}
  244.       =
  245.       <a href=\"https://papyri.info/dclp/{{ correction.tm }}\"  title=\"Weitere Informationen auf papyri.info\" target=\"_blank\">DCLP auf Papyri.info</a>
  246.     {% endif %}
  247.     {% if correction.hgv %}
  248.       =
  249.       HGV {{ correction.hgv }}
  250.     {% endif %}
  251.   {% endif %}
  252. {% endblock %}
  253. {% block body %}
  254.   <p id=\"description\" class=\"editArea greek\">{{ correction.description }}</p>
  255.   {% if correction.registerEntries|length > 1 %}
  256.     <h4>Siehe auch:</h4>
  257.     {% include 'register/snippetList.html.twig' with {'correction': correction} %}
  258.   {% endif %}
  259. {% endblock %}
  260. ""apiary/info.html.twig""/var/www/beehive_dev/templates/apiary/info.html.twig");
  261.     }
  262. }