var/cache/dev/twig/4a/4a5c9bcdcf211445acde516583d3002b54e4c5272be5a403d793993485455120.php line 41

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. /* locations_fossil.html.twig */
  14. class __TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980 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.             'css' => [$this'block_css'],
  24.             'title' => [$this'block_title'],
  25.             'body' => [$this'block_body'],
  26.             'javascript' => [$this'block_javascript'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "base.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""locations_fossil.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""locations_fossil.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""locations_fossil.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 2
  49.     public function block_css($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""css"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css"));
  56.         // line 3
  57.         echo " <link rel=\"stylesheet\" href=\"https://unpkg.com/leaflet@1.6.0/dist/leaflet.css\" integrity=\"sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==\" crossorigin=\"\"/>
  58.  <link rel=\"stylesheet\" href=\"/leaflet-plugins/fullscreen/Control.FullScreen.css\" />
  59.  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css\" />
  60. ";
  61.         
  62.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  63.         
  64.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  65.     }
  66.     // line 7
  67.     public function block_title($context, array $blocks = [])
  68.     {
  69.         $macros $this->macros;
  70.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  72.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  74.         // line 8
  75.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'8$this->source); })()), "request", [], "any"falsefalsefalse8), "locale", [], "any"falsefalsefalse8) == "nl")) {
  76.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'8$this->source); })()), "namenl", [], "any"falsefalsefalse8), "html"nulltrue);
  77.         } else {
  78.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'8$this->source); })()), "nameen", [], "any"falsefalsefalse8), "html"nulltrue);
  79.         }
  80.         
  81.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  82.         
  83.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  84.     }
  85.     // line 10
  86.     public function block_body($context, array $blocks = [])
  87.     {
  88.         $macros $this->macros;
  89.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  90.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  91.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  92.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  93.         // line 11
  94.         echo "        <p>&nbsp;</p>
  95.         ";
  96.         // line 12
  97.         if ((twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'12$this->source); })()), "closed", [], "any"falsefalsefalse12) == 1)) {
  98.             echo "<div class=\"alert alert-danger\">";
  99.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Deze locatie is gesloten"), "html"nulltrue);
  100.             echo "</div>";
  101.         }
  102.         // line 13
  103.         echo "        <div class=\"row flex-md-row h-md-250 position-relative\">
  104.           <div class=\"col-md-9 position-static\">
  105.             <!-- Start Page Content -->
  106.             <h2>";
  107.         // line 16
  108.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'16$this->source); })()), "request", [], "any"falsefalsefalse16), "locale", [], "any"falsefalsefalse16) == "nl")) {
  109.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'16$this->source); })()), "namenl", [], "any"falsefalsefalse16), "html"nulltrue);
  110.         } else {
  111.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'16$this->source); })()), "nameen", [], "any"falsefalsefalse16), "html"nulltrue);
  112.         }
  113.         echo "</h2>
  114.             <p>
  115.               <b>";
  116.         // line 18
  117.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Naam"), "html"nulltrue);
  118.         echo ":</b> ";
  119.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'18$this->source); })()), "location", [], "any"falsefalsefalse18), "html"nulltrue);
  120.         echo ", ";
  121.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'18$this->source); })()), "request", [], "any"falsefalsefalse18), "locale", [], "any"falsefalsefalse18) == "nl")) {
  122.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'18$this->source); })()), "country", [], "any"falsefalsefalse18), "namenl", [], "any"falsefalsefalse18), "html"nulltrue);
  123.         } else {
  124.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'18$this->source); })()), "country", [], "any"falsefalsefalse18), "nameen", [], "any"falsefalsefalse18), "html"nulltrue);
  125.         }
  126.         echo "<br>
  127.               <b>";
  128.         // line 19
  129.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Status"), "html"nulltrue);
  130.         echo ":</b> ";
  131.         if ((twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'19$this->source); })()), "closed", [], "any"falsefalsefalse19) == 1)) {
  132.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Gesloten"), "html"nulltrue);
  133.         } else {
  134.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Open"), "html"nulltrue);
  135.         }
  136.         echo "<br>
  137.               <b>";
  138.         // line 20
  139.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Kwetsbaarheid"), "html"nulltrue);
  140.         echo ":</b> ";
  141.         if ((twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'20$this->source); })()), "vulnerability", [], "any"falsefalsefalse20) == "public")) {
  142.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Niet kwetsbaar"), "html"nulltrue);
  143.             echo "
  144.               ";
  145.         } elseif ((twig_get_attribute($this->env$this->source,         // line 21
  146. (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'21$this->source); })()), "vulnerability", [], "any"falsefalsefalse21) == "slightly")) {
  147.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Licht kwetsbaar"), "html"nulltrue);
  148.             echo "
  149.               ";
  150.         } elseif ((twig_get_attribute($this->env$this->source,         // line 22
  151. (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'22$this->source); })()), "vulnerability", [], "any"falsefalsefalse22) == "moderate")) {
  152.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Gemiddeld kwetsbaar"), "html"nulltrue);
  153.             echo "
  154.               ";
  155.         } elseif ((twig_get_attribute($this->env$this->source,         // line 23
  156. (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'23$this->source); })()), "vulnerability", [], "any"falsefalsefalse23) == "very")) {
  157.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Zeer kwetsbaar"), "html"nulltrue);
  158.             echo "
  159.               ";
  160.         }
  161.         // line 24
  162.         echo "<br>
  163.             </p>
  164.             <p>
  165.               ";
  166.         // line 27
  167.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'27$this->source); })()), "hasdinosauria", [], "any"falsefalsefalse27)) {
  168.             echo "<a href=\"";
  169.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'27$this->source); })()), "request", [], "any"falsefalsefalse27), "locale", [], "any"falsefalsefalse27) == "nl")) {
  170.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Dinosauria"]);
  171.             } else {
  172.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Dinosauria"]);
  173.             }
  174.             echo "\"><img src=\"/images/icons/fossil/has_dinosauria.png\"></a>";
  175.         }
  176.         // line 28
  177.         echo "              ";
  178.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'28$this->source); })()), "haschlorophyta", [], "any"falsefalsefalse28)) {
  179.             echo "<a href=\"";
  180.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'28$this->source); })()), "request", [], "any"falsefalsefalse28), "locale", [], "any"falsefalsefalse28) == "nl")) {
  181.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Chlorophyta"]);
  182.             } else {
  183.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Chlorophyta"]);
  184.             }
  185.             echo "\"><img src=\"/images/icons/fossil/has_chlorophyta.png\"></a>";
  186.         }
  187.         // line 29
  188.         echo "              ";
  189.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'29$this->source); })()), "hasbelemnoidea", [], "any"falsefalsefalse29)) {
  190.             echo "<img src=\"/images/icons/fossil/has_belemnoidea.png\">";
  191.         }
  192.         // line 30
  193.         echo "              ";
  194.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'30$this->source); })()), "hasbivalvia", [], "any"falsefalsefalse30)) {
  195.             echo "<a href=\"";
  196.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'30$this->source); })()), "request", [], "any"falsefalsefalse30), "locale", [], "any"falsefalsefalse30) == "nl")) {
  197.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bivalvia"]);
  198.             } else {
  199.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bivalvia"]);
  200.             }
  201.             echo "\"><img src=\"/images/icons/fossil/has_bivalvia.png\"></a>";
  202.         }
  203.         // line 31
  204.         echo "              ";
  205.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'31$this->source); })()), "hasbrachiopoda", [], "any"falsefalsefalse31)) {
  206.             echo "<a href=\"";
  207.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'31$this->source); })()), "request", [], "any"falsefalsefalse31), "locale", [], "any"falsefalsefalse31) == "nl")) {
  208.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Brachiopoda"]);
  209.             } else {
  210.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Brachiopoda"]);
  211.             }
  212.             echo "\"><img src=\"/images/icons/fossil/has_brachiopoda.png\"></a>";
  213.         }
  214.         // line 32
  215.         echo "              ";
  216.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'32$this->source); })()), "hasbryozoa", [], "any"falsefalsefalse32)) {
  217.             echo "<a href=\"";
  218.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'32$this->source); })()), "request", [], "any"falsefalsefalse32), "locale", [], "any"falsefalsefalse32) == "nl")) {
  219.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bryozoa"]);
  220.             } else {
  221.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bryozoa"]);
  222.             }
  223.             echo "\"><img src=\"/images/icons/fossil/has_bryozoa.png\"></a>";
  224.         }
  225.         // line 33
  226.         echo "              ";
  227.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'33$this->source); })()), "hasammonitida", [], "any"falsefalsefalse33)) {
  228.             echo "<a href=\"";
  229.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'33$this->source); })()), "request", [], "any"falsefalsefalse33), "locale", [], "any"falsefalsefalse33) == "nl")) {
  230.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ammonitida"]);
  231.             } else {
  232.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ammonitida"]);
  233.             }
  234.             echo "\"><img src=\"/images/icons/fossil/has_ammonitida.png\"></a>";
  235.         }
  236.         // line 34
  237.         echo "              ";
  238.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'34$this->source); })()), "hasnautiloidea", [], "any"falsefalsefalse34)) {
  239.             echo "<a href=\"";
  240.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'34$this->source); })()), "request", [], "any"falsefalsefalse34), "locale", [], "any"falsefalsefalse34) == "nl")) {
  241.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Nautiloidea"]);
  242.             } else {
  243.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Nautiloidea"]);
  244.             }
  245.             echo "\"><img src=\"/images/icons/fossil/has_nautiloidea.png\"></a>";
  246.         }
  247.         // line 35
  248.         echo "              ";
  249.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'35$this->source); })()), "hascrinoidea", [], "any"falsefalsefalse35)) {
  250.             echo "<a href=\"";
  251.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'35$this->source); })()), "request", [], "any"falsefalsefalse35), "locale", [], "any"falsefalsefalse35) == "nl")) {
  252.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crinoidea"]);
  253.             } else {
  254.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crinoidea"]);
  255.             }
  256.             echo "\"><img src=\"/images/icons/fossil/has_crinoidea.png\"></a>";
  257.         }
  258.         // line 36
  259.         echo "              ";
  260.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'36$this->source); })()), "hasforaminifera", [], "any"falsefalsefalse36)) {
  261.             echo "<a href=\"";
  262.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'36$this->source); })()), "request", [], "any"falsefalsefalse36), "locale", [], "any"falsefalsefalse36) == "nl")) {
  263.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Foraminifera"]);
  264.             } else {
  265.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Foraminifera"]);
  266.             }
  267.             echo "\"><img src=\"/images/icons/fossil/has_foraminifera.png\"></a>";
  268.         }
  269.         // line 37
  270.         echo "              ";
  271.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'37$this->source); })()), "hasgastropoda", [], "any"falsefalsefalse37)) {
  272.             echo "<a href=\"";
  273.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'37$this->source); })()), "request", [], "any"falsefalsefalse37), "locale", [], "any"falsefalsefalse37) == "nl")) {
  274.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Gastropoda"]);
  275.             } else {
  276.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Gastropoda"]);
  277.             }
  278.             echo "\"><img src=\"/images/icons/fossil/has_gastropoda.png\"></a>";
  279.         }
  280.         // line 38
  281.         echo "              ";
  282.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'38$this->source); })()), "hashemichordata", [], "any"falsefalsefalse38)) {
  283.             echo "<a href=\"";
  284.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'38$this->source); })()), "request", [], "any"falsefalsefalse38), "locale", [], "any"falsefalsefalse38) == "nl")) {
  285.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Hemichordata"]);
  286.             } else {
  287.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Hemichordata"]);
  288.             }
  289.             echo "\"><img src=\"/images/icons/fossil/has_hemichordata.png\"></a>";
  290.         }
  291.         // line 39
  292.         echo "              ";
  293.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'39$this->source); })()), "hashexapoda", [], "any"falsefalsefalse39)) {
  294.             echo "<a href=\"";
  295.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'39$this->source); })()), "request", [], "any"falsefalsefalse39), "locale", [], "any"falsefalsefalse39) == "nl")) {
  296.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Hexapoda"]);
  297.             } else {
  298.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Hexapoda"]);
  299.             }
  300.             echo "\"><img src=\"/images/icons/fossil/has_hexapoda.png\"></a>";
  301.         }
  302.         // line 40
  303.         echo "              ";
  304.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'40$this->source); })()), "hasanthozoa", [], "any"falsefalsefalse40)) {
  305.             echo "<a href=\"";
  306.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'40$this->source); })()), "request", [], "any"falsefalsefalse40), "locale", [], "any"falsefalsefalse40) == "nl")) {
  307.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Anthozoa"]);
  308.             } else {
  309.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Anthozoa"]);
  310.             }
  311.             echo "\"><img src=\"/images/icons/fossil/has_anthozoa.png\"></a>";
  312.         }
  313.         // line 41
  314.         echo "              ";
  315.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'41$this->source); })()), "hascrustacea", [], "any"falsefalsefalse41)) {
  316.             echo "<a href=\"";
  317.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'41$this->source); })()), "request", [], "any"falsefalsefalse41), "locale", [], "any"falsefalsefalse41) == "nl")) {
  318.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crustacea"]);
  319.             } else {
  320.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crustacea"]);
  321.             }
  322.             echo "\"><img src=\"/images/icons/fossil/has_crustacea.png\"></a>";
  323.         }
  324.         // line 42
  325.         echo "              ";
  326.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'42$this->source); })()), "hasmammaliaterrestrium", [], "any"falsefalsefalse42)) {
  327.             echo "<a href=\"";
  328.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'42$this->source); })()), "request", [], "any"falsefalsefalse42), "locale", [], "any"falsefalsefalse42) == "nl")) {
  329.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mammalia"]);
  330.             } else {
  331.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mammalia"]);
  332.             }
  333.             echo "\"><img src=\"/images/icons/fossil/has_mammaliaterrestrium.png\"></a>";
  334.         }
  335.         // line 43
  336.         echo "              ";
  337.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'43$this->source); })()), "hasostracoda", [], "any"falsefalsefalse43)) {
  338.             echo "<a href=\"";
  339.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'43$this->source); })()), "request", [], "any"falsefalsefalse43), "locale", [], "any"falsefalsefalse43) == "nl")) {
  340.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ostracoda"]);
  341.             } else {
  342.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ostracoda"]);
  343.             }
  344.             echo "\"><img src=\"/images/icons/fossil/has_ostracoda.png\"></a>";
  345.         }
  346.         // line 44
  347.         echo "              ";
  348.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'44$this->source); })()), "hasangiospermae", [], "any"falsefalsefalse44)) {
  349.             echo "<a href=\"";
  350.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'44$this->source); })()), "request", [], "any"falsefalsefalse44), "locale", [], "any"falsefalsefalse44) == "nl")) {
  351.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Angiospermae"]);
  352.             } else {
  353.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Angiospermae"]);
  354.             }
  355.             echo "\"><img src=\"/images/icons/fossil/has_angiospermae.png\"></a>";
  356.         }
  357.         // line 45
  358.         echo "              ";
  359.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'45$this->source); })()), "hasconiferophyta", [], "any"falsefalsefalse45)) {
  360.             echo "<a href=\"";
  361.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'45$this->source); })()), "request", [], "any"falsefalsefalse45), "locale", [], "any"falsefalsefalse45) == "nl")) {
  362.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Coniferophyta"]);
  363.             } else {
  364.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Coniferophyta"]);
  365.             }
  366.             echo "\"><img src=\"/images/icons/fossil/has_coniferophyta.png\"></a>";
  367.         }
  368.         // line 46
  369.         echo "              ";
  370.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'46$this->source); })()), "hascycadophyta", [], "any"falsefalsefalse46)) {
  371.             echo "<a href=\"";
  372.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'46$this->source); })()), "request", [], "any"falsefalsefalse46), "locale", [], "any"falsefalsefalse46) == "nl")) {
  373.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cycadophyta"]);
  374.             } else {
  375.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cycadophyta"]);
  376.             }
  377.             echo "\"><img src=\"/images/icons/fossil/has_cycadophyta.png\"></a>";
  378.         }
  379.         // line 47
  380.         echo "              ";
  381.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'47$this->source); })()), "haslycophyta", [], "any"falsefalsefalse47)) {
  382.             echo "<a href=\"";
  383.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'47$this->source); })()), "request", [], "any"falsefalsefalse47), "locale", [], "any"falsefalsefalse47) == "nl")) {
  384.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Lycophyta"]);
  385.             } else {
  386.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Lycophyta"]);
  387.             }
  388.             echo "\"><img src=\"/images/icons/fossil/has_lycophyta.png\"></a>";
  389.         }
  390.         // line 48
  391.         echo "              ";
  392.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'48$this->source); })()), "haspteridophyta", [], "any"falsefalsefalse48)) {
  393.             echo "<a href=\"";
  394.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'48$this->source); })()), "request", [], "any"falsefalsefalse48), "locale", [], "any"falsefalsefalse48) == "nl")) {
  395.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pteridophyta"]);
  396.             } else {
  397.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pteridophyta"]);
  398.             }
  399.             echo "\"><img src=\"/images/icons/fossil/has_pteridophyta.png\"></a>";
  400.         }
  401.         // line 49
  402.         echo "              ";
  403.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'49$this->source); })()), "haspteridospermophyta", [], "any"falsefalsefalse49)) {
  404.             echo "<a href=\"";
  405.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'49$this->source); })()), "request", [], "any"falsefalsefalse49), "locale", [], "any"falsefalsefalse49) == "nl")) {
  406.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pteridospermophyta"]);
  407.             } else {
  408.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pteridospermophyta"]);
  409.             }
  410.             echo "\"><img src=\"/images/icons/fossil/has_pteridospermophyta.png\"></a>";
  411.         }
  412.         // line 50
  413.         echo "              ";
  414.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'50$this->source); })()), "hassphenophyta", [], "any"falsefalsefalse50)) {
  415.             echo "<a href=\"";
  416.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'50$this->source); })()), "request", [], "any"falsefalsefalse50), "locale", [], "any"falsefalsefalse50) == "nl")) {
  417.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sphenophyta"]);
  418.             } else {
  419.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sphenophyta"]);
  420.             }
  421.             echo "\"><img src=\"/images/icons/fossil/has_sphenophyta.png\"></a>";
  422.         }
  423.         // line 51
  424.         echo "              ";
  425.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'51$this->source); })()), "hasrudista", [], "any"falsefalsefalse51)) {
  426.             echo "<a href=\"";
  427.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'51$this->source); })()), "request", [], "any"falsefalsefalse51), "locale", [], "any"falsefalsefalse51) == "nl")) {
  428.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Rudista"]);
  429.             } else {
  430.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Rudista"]);
  431.             }
  432.             echo "\"><img src=\"/images/icons/fossil/has_rudista.png\"></a>";
  433.         }
  434.         // line 52
  435.         echo "              ";
  436.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'52$this->source); })()), "haspolychaeta", [], "any"falsefalsefalse52)) {
  437.             echo "<a href=\"";
  438.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'52$this->source); })()), "request", [], "any"falsefalsefalse52), "locale", [], "any"falsefalsefalse52) == "nl")) {
  439.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Polychaeta"]);
  440.             } else {
  441.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Polychaeta"]);
  442.             }
  443.             echo "\"><img src=\"/images/icons/fossil/has_polychaeta.png\"></a>";
  444.         }
  445.         // line 53
  446.         echo "              ";
  447.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'53$this->source); })()), "hasporifera", [], "any"falsefalsefalse53)) {
  448.             echo "<a href=\"";
  449.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'53$this->source); })()), "request", [], "any"falsefalsefalse53), "locale", [], "any"falsefalsefalse53) == "nl")) {
  450.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Porifera"]);
  451.             } else {
  452.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Porifera"]);
  453.             }
  454.             echo "\"><img src=\"/images/icons/fossil/has_porifera.png\"></a>";
  455.         }
  456.         // line 54
  457.         echo "              ";
  458.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'54$this->source); })()), "hasichnofossilia", [], "any"falsefalsefalse54)) {
  459.             echo "<a href=\"";
  460.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'54$this->source); })()), "request", [], "any"falsefalsefalse54), "locale", [], "any"falsefalsefalse54) == "nl")) {
  461.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ichnofossiel"]);
  462.             } else {
  463.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ichnofossil"]);
  464.             }
  465.             echo "\"><img src=\"/images/icons/fossil/has_ichnofossilia.png\"></a>";
  466.         }
  467.         // line 55
  468.         echo "              ";
  469.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'55$this->source); })()), "hastrilobita", [], "any"falsefalsefalse55)) {
  470.             echo "<a href=\"";
  471.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'55$this->source); })()), "request", [], "any"falsefalsefalse55), "locale", [], "any"falsefalsefalse55) == "nl")) {
  472.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Trilobita"]);
  473.             } else {
  474.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Trilobita"]);
  475.             }
  476.             echo "\"><img src=\"/images/icons/fossil/has_trilobita.png\"></a>";
  477.         }
  478.         // line 56
  479.         echo "              ";
  480.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'56$this->source); })()), "haselasmobranchii", [], "any"falsefalsefalse56)) {
  481.             echo "<a href=\"";
  482.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "locale", [], "any"falsefalsefalse56) == "nl")) {
  483.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Elasmobranchii"]);
  484.             } else {
  485.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Elasmobranchii"]);
  486.             }
  487.             echo "\"><img src=\"/images/icons/fossil/has_elasmobranchii.png\"></a>";
  488.         }
  489.         // line 57
  490.         echo "              ";
  491.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'57$this->source); })()), "hasbatoidea", [], "any"falsefalsefalse57)) {
  492.             echo "<a href=\"";
  493.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'57$this->source); })()), "request", [], "any"falsefalsefalse57), "locale", [], "any"falsefalsefalse57) == "nl")) {
  494.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Batoidea"]);
  495.             } else {
  496.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Batoidea"]);
  497.             }
  498.             echo "\"><img src=\"/images/icons/fossil/has_batoidea.png\"></a>";
  499.         }
  500.         // line 58
  501.         echo "              ";
  502.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'58$this->source); })()), "hasaves", [], "any"falsefalsefalse58)) {
  503.             echo "<a href=\"";
  504.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'58$this->source); })()), "request", [], "any"falsefalsefalse58), "locale", [], "any"falsefalsefalse58) == "nl")) {
  505.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Aves"]);
  506.             } else {
  507.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Aves"]);
  508.             }
  509.             echo "\"><img src=\"/images/icons/fossil/has_aves.png\"></a>";
  510.         }
  511.         // line 59
  512.         echo "              ";
  513.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'59$this->source); })()), "hasechinoidea", [], "any"falsefalsefalse59)) {
  514.             echo "<a href=\"";
  515.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'59$this->source); })()), "request", [], "any"falsefalsefalse59), "locale", [], "any"falsefalsefalse59) == "nl")) {
  516.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Echinoidea"]);
  517.             } else {
  518.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Echinoidea"]);
  519.             }
  520.             echo "\"><img src=\"/images/icons/fossil/has_echinoidea.png\"></a>";
  521.         }
  522.         // line 60
  523.         echo "              ";
  524.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'60$this->source); })()), "hasmammaliamarinis", [], "any"falsefalsefalse60)) {
  525.             echo "<a href=\"";
  526.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'60$this->source); })()), "request", [], "any"falsefalsefalse60), "locale", [], "any"falsefalsefalse60) == "nl")) {
  527.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mammalia"]);
  528.             } else {
  529.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mammalia"]);
  530.             }
  531.             echo "\"><img src=\"/images/icons/fossil/has_mammaliamarinis.png\"></a>";
  532.         }
  533.         // line 61
  534.         echo "              ";
  535.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'61$this->source); })()), "hasbacteria", [], "any"falsefalsefalse61)) {
  536.             echo "<a href=\"";
  537.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'61$this->source); })()), "request", [], "any"falsefalsefalse61), "locale", [], "any"falsefalsefalse61) == "nl")) {
  538.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bacteria"]);
  539.             } else {
  540.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bacteria"]);
  541.             }
  542.             echo "\"><img src=\"/images/icons/fossil/has_bacteria.png\"></a>";
  543.         }
  544.         // line 62
  545.         echo "              ";
  546.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'62$this->source); })()), "hasarchaebacteria", [], "any"falsefalsefalse62)) {
  547.             echo "<a href=\"";
  548.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'62$this->source); })()), "request", [], "any"falsefalsefalse62), "locale", [], "any"falsefalsefalse62) == "nl")) {
  549.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Archaebacteria"]);
  550.             } else {
  551.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Archaebacteria"]);
  552.             }
  553.             echo "\"><img src=\"/images/icons/fossil/has_archaebacteria.png\"></a>";
  554.         }
  555.         // line 63
  556.         echo "              ";
  557.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'63$this->source); })()), "hasphaeophyceae", [], "any"falsefalsefalse63)) {
  558.             echo "<a href=\"";
  559.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'63$this->source); })()), "request", [], "any"falsefalsefalse63), "locale", [], "any"falsefalsefalse63) == "nl")) {
  560.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Phaeophyceae"]);
  561.             } else {
  562.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Phaeophyceae"]);
  563.             }
  564.             echo "\"><img src=\"/images/icons/fossil/has_phaeophyceae.png\"></a>";
  565.         }
  566.         // line 64
  567.         echo "              ";
  568.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'64$this->source); })()), "hasdiatomophyceae", [], "any"falsefalsefalse64)) {
  569.             echo "<a href=\"";
  570.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'64$this->source); })()), "request", [], "any"falsefalsefalse64), "locale", [], "any"falsefalsefalse64) == "nl")) {
  571.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Diatomophyceae"]);
  572.             } else {
  573.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Diatomophyceae"]);
  574.             }
  575.             echo "\"><img src=\"/images/icons/fossil/has_diatomophyceae.png\"></a>";
  576.         }
  577.         // line 65
  578.         echo "              ";
  579.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'65$this->source); })()), "hasradiolaria", [], "any"falsefalsefalse65)) {
  580.             echo "<a href=\"";
  581.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'65$this->source); })()), "request", [], "any"falsefalsefalse65), "locale", [], "any"falsefalsefalse65) == "nl")) {
  582.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Radiolaria"]);
  583.             } else {
  584.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Radiolaria"]);
  585.             }
  586.             echo "\"><img src=\"/images/icons/fossil/has_radiolaria.png\"></a>";
  587.         }
  588.         // line 66
  589.         echo "              ";
  590.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'66$this->source); })()), "haschoanoflagellata", [], "any"falsefalsefalse66)) {
  591.             echo "<a href=\"";
  592.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'66$this->source); })()), "request", [], "any"falsefalsefalse66), "locale", [], "any"falsefalsefalse66) == "nl")) {
  593.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Choanoflagellata"]);
  594.             } else {
  595.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Choanoflagellata"]);
  596.             }
  597.             echo "\"><img src=\"/images/icons/fossil/has_choanoflagellata.png\"></a>";
  598.         }
  599.         // line 67
  600.         echo "              ";
  601.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'67$this->source); })()), "hasmedusozoa", [], "any"falsefalsefalse67)) {
  602.             echo "<a href=\"";
  603.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'67$this->source); })()), "request", [], "any"falsefalsefalse67), "locale", [], "any"falsefalsefalse67) == "nl")) {
  604.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Medusozoa"]);
  605.             } else {
  606.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Medusozoa"]);
  607.             }
  608.             echo "\"><img src=\"/images/icons/fossil/has_medusozoa.png\"></a>";
  609.         }
  610.         // line 68
  611.         echo "              ";
  612.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'68$this->source); })()), "hasasterozoa", [], "any"falsefalsefalse68)) {
  613.             echo "<a href=\"";
  614.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'68$this->source); })()), "request", [], "any"falsefalsefalse68), "locale", [], "any"falsefalsefalse68) == "nl")) {
  615.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Asterozoa"]);
  616.             } else {
  617.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Asterozoa"]);
  618.             }
  619.             echo "\"><img src=\"/images/icons/fossil/has_asterozoa.png\"></a>";
  620.         }
  621.         // line 69
  622.         echo "              ";
  623.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'69$this->source); })()), "hasblastoidea", [], "any"falsefalsefalse69)) {
  624.             echo "<a href=\"";
  625.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'69$this->source); })()), "request", [], "any"falsefalsefalse69), "locale", [], "any"falsefalsefalse69) == "nl")) {
  626.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Blastoidea"]);
  627.             } else {
  628.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Blastoidea"]);
  629.             }
  630.             echo "\"><img src=\"/images/icons/fossil/has_blastoidea.png\"></a>";
  631.         }
  632.         // line 70
  633.         echo "              ";
  634.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'70$this->source); })()), "hascystoidea", [], "any"falsefalsefalse70)) {
  635.             echo "<a href=\"";
  636.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'70$this->source); })()), "request", [], "any"falsefalsefalse70), "locale", [], "any"falsefalsefalse70) == "nl")) {
  637.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cystoidea"]);
  638.             } else {
  639.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cystoidea"]);
  640.             }
  641.             echo "\"><img src=\"/images/icons/fossil/has_cystoidea.png\"></a>";
  642.         }
  643.         // line 71
  644.         echo "              ";
  645.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'71$this->source); })()), "hasagnatha", [], "any"falsefalsefalse71)) {
  646.             echo "<a href=\"";
  647.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'71$this->source); })()), "request", [], "any"falsefalsefalse71), "locale", [], "any"falsefalsefalse71) == "nl")) {
  648.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Agnatha"]);
  649.             } else {
  650.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Agnatha"]);
  651.             }
  652.             echo "\"><img src=\"/images/icons/fossil/has_agnatha.png\"></a>";
  653.         }
  654.         // line 72
  655.         echo "              ";
  656.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'72$this->source); })()), "hasplacodermi", [], "any"falsefalsefalse72)) {
  657.             echo "<a href=\"";
  658.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'72$this->source); })()), "request", [], "any"falsefalsefalse72), "locale", [], "any"falsefalsefalse72) == "nl")) {
  659.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Placodermi"]);
  660.             } else {
  661.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Placodermi"]);
  662.             }
  663.             echo "\"><img src=\"/images/icons/fossil/has_placodermi.png\"></a>";
  664.         }
  665.         // line 73
  666.         echo "              ";
  667.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'73$this->source); })()), "haschimaeriformes", [], "any"falsefalsefalse73)) {
  668.             echo "<a href=\"";
  669.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'73$this->source); })()), "request", [], "any"falsefalsefalse73), "locale", [], "any"falsefalsefalse73) == "nl")) {
  670.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Chimaeriformes"]);
  671.             } else {
  672.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Chimaeriformes"]);
  673.             }
  674.             echo "\"><img src=\"/images/icons/fossil/has_chimaeriformes.png\"></a>";
  675.         }
  676.         // line 74
  677.         echo "              ";
  678.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'74$this->source); })()), "hasactinopterygii", [], "any"falsefalsefalse74)) {
  679.             echo "<a href=\"";
  680.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'74$this->source); })()), "request", [], "any"falsefalsefalse74), "locale", [], "any"falsefalsefalse74) == "nl")) {
  681.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Actinopterygii"]);
  682.             } else {
  683.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Actinopterygii"]);
  684.             }
  685.             echo "\"><img src=\"/images/icons/fossil/has_actinopterygii.png\"></a>";
  686.         }
  687.         // line 75
  688.         echo "              ";
  689.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'75$this->source); })()), "hassarcopterygii", [], "any"falsefalsefalse75)) {
  690.             echo "<a href=\"";
  691.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'75$this->source); })()), "request", [], "any"falsefalsefalse75), "locale", [], "any"falsefalsefalse75) == "nl")) {
  692.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sarcopterygii"]);
  693.             } else {
  694.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sarcopterygii"]);
  695.             }
  696.             echo "\"><img src=\"/images/icons/fossil/has_sarcopterygii.png\"></a>";
  697.         }
  698.         // line 76
  699.         echo "              ";
  700.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'76$this->source); })()), "hasdipnoi", [], "any"falsefalsefalse76)) {
  701.             echo "<a href=\"";
  702.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'76$this->source); })()), "request", [], "any"falsefalsefalse76), "locale", [], "any"falsefalsefalse76) == "nl")) {
  703.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Dipnoi"]);
  704.             } else {
  705.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Dipnoi"]);
  706.             }
  707.             echo "\"><img src=\"/images/icons/fossil/has_dipnoi.png\"></a>";
  708.         }
  709.         // line 77
  710.         echo "              ";
  711.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'77$this->source); })()), "hasamphibia", [], "any"falsefalsefalse77)) {
  712.             echo "<a href=\"";
  713.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'77$this->source); })()), "request", [], "any"falsefalsefalse77), "locale", [], "any"falsefalsefalse77) == "nl")) {
  714.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Amphibia"]);
  715.             } else {
  716.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Amphibia"]);
  717.             }
  718.             echo "\"><img src=\"/images/icons/fossil/has_amphibia.png\"></a>";
  719.         }
  720.         // line 78
  721.         echo "              ";
  722.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'78$this->source); })()), "hasanapsida", [], "any"falsefalsefalse78)) {
  723.             echo "<a href=\"";
  724.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'78$this->source); })()), "request", [], "any"falsefalsefalse78), "locale", [], "any"falsefalsefalse78) == "nl")) {
  725.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Anapsida"]);
  726.             } else {
  727.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Anapsida"]);
  728.             }
  729.             echo "\"><img src=\"/images/icons/fossil/has_anapsida.png\"></a>";
  730.         }
  731.         // line 79
  732.         echo "              ";
  733.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'79$this->source); })()), "hassquamata", [], "any"falsefalsefalse79)) {
  734.             echo "<a href=\"";
  735.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'79$this->source); })()), "request", [], "any"falsefalsefalse79), "locale", [], "any"falsefalsefalse79) == "nl")) {
  736.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Squamata"]);
  737.             } else {
  738.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Squamata"]);
  739.             }
  740.             echo "\"><img src=\"/images/icons/fossil/has_squamata.png\"></a>";
  741.         }
  742.         // line 80
  743.         echo "              ";
  744.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'80$this->source); })()), "hassauropterygia", [], "any"falsefalsefalse80)) {
  745.             echo "<a href=\"";
  746.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'80$this->source); })()), "request", [], "any"falsefalsefalse80), "locale", [], "any"falsefalsefalse80) == "nl")) {
  747.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sauropterygia"]);
  748.             } else {
  749.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sauropterygia"]);
  750.             }
  751.             echo "\"><img src=\"/images/icons/fossil/has_sauropterygia.png\"></a>";
  752.         }
  753.         // line 81
  754.         echo "              ";
  755.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'81$this->source); })()), "hasichthyosauria", [], "any"falsefalsefalse81)) {
  756.             echo "<a href=\"";
  757.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'81$this->source); })()), "request", [], "any"falsefalsefalse81), "locale", [], "any"falsefalsefalse81) == "nl")) {
  758.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ichthyosauria"]);
  759.             } else {
  760.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ichthyosauria"]);
  761.             }
  762.             echo "\"><img src=\"/images/icons/fossil/has_ichthyosauria.png\"></a>";
  763.         }
  764.         // line 82
  765.         echo "              ";
  766.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'82$this->source); })()), "hascrocodylomorpha", [], "any"falsefalsefalse82)) {
  767.             echo "<a href=\"";
  768.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'82$this->source); })()), "request", [], "any"falsefalsefalse82), "locale", [], "any"falsefalsefalse82) == "nl")) {
  769.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crocodylomorpha"]);
  770.             } else {
  771.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crocodylomorpha"]);
  772.             }
  773.             echo "\"><img src=\"/images/icons/fossil/has_crocodylomorpha.png\"></a>";
  774.         }
  775.         // line 83
  776.         echo "              ";
  777.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'83$this->source); })()), "haspterosauria", [], "any"falsefalsefalse83)) {
  778.             echo "<a href=\"";
  779.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'83$this->source); })()), "request", [], "any"falsefalsefalse83), "locale", [], "any"falsefalsefalse83) == "nl")) {
  780.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pterosauria"]);
  781.             } else {
  782.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pterosauria"]);
  783.             }
  784.             echo "\"><img src=\"/images/icons/fossil/has_pterosauria.png\"></a>";
  785.         }
  786.         // line 84
  787.         echo "              ";
  788.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'84$this->source); })()), "hasplatyzoa", [], "any"falsefalsefalse84)) {
  789.             echo "<a href=\"";
  790.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'84$this->source); })()), "request", [], "any"falsefalsefalse84), "locale", [], "any"falsefalsefalse84) == "nl")) {
  791.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Platyzoa"]);
  792.             } else {
  793.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Platyzoa"]);
  794.             }
  795.             echo "\"><img src=\"/images/icons/fossil/has_platyzoa.png\"></a>";
  796.         }
  797.         // line 85
  798.         echo "              ";
  799.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'85$this->source); })()), "hasannelida", [], "any"falsefalsefalse85)) {
  800.             echo "<a href=\"";
  801.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'85$this->source); })()), "request", [], "any"falsefalsefalse85), "locale", [], "any"falsefalsefalse85) == "nl")) {
  802.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Annelida"]);
  803.             } else {
  804.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Annelida"]);
  805.             }
  806.             echo "\"><img src=\"/images/icons/fossil/has_annelida.png\"></a>";
  807.         }
  808.         // line 86
  809.         echo "              ";
  810.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'86$this->source); })()), "haspolyplacophora", [], "any"falsefalsefalse86)) {
  811.             echo "<a href=\"";
  812.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'86$this->source); })()), "request", [], "any"falsefalsefalse86), "locale", [], "any"falsefalsefalse86) == "nl")) {
  813.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Polyplacophora"]);
  814.             } else {
  815.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Polyplacophora"]);
  816.             }
  817.             echo "\"><img src=\"/images/icons/fossil/has_polyplacophora.png\"></a>";
  818.         }
  819.         // line 87
  820.         echo "              ";
  821.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'87$this->source); })()), "hasscaphopoda", [], "any"falsefalsefalse87)) {
  822.             echo "<a href=\"";
  823.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'87$this->source); })()), "request", [], "any"falsefalsefalse87), "locale", [], "any"falsefalsefalse87) == "nl")) {
  824.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Scaphopoda"]);
  825.             } else {
  826.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Scaphopoda"]);
  827.             }
  828.             echo "\"><img src=\"/images/icons/fossil/has_scaphopoda.png\"></a>";
  829.         }
  830.         // line 88
  831.         echo "              ";
  832.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'88$this->source); })()), "hasnautilida", [], "any"falsefalsefalse88)) {
  833.             echo "<a href=\"";
  834.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'88$this->source); })()), "request", [], "any"falsefalsefalse88), "locale", [], "any"falsefalsefalse88) == "nl")) {
  835.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Nautilida"]);
  836.             } else {
  837.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Nautilida"]);
  838.             }
  839.             echo "\"><img src=\"/images/icons/fossil/has_nautilida.png\"></a>";
  840.         }
  841.         // line 89
  842.         echo "              ";
  843.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'89$this->source); })()), "hasgoniatitida", [], "any"falsefalsefalse89)) {
  844.             echo "<a href=\"";
  845.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'89$this->source); })()), "request", [], "any"falsefalsefalse89), "locale", [], "any"falsefalsefalse89) == "nl")) {
  846.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Goniatitida"]);
  847.             } else {
  848.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Goniatitida"]);
  849.             }
  850.             echo "\"><img src=\"/images/icons/fossil/has_goniatitida.png\"></a>";
  851.         }
  852.         // line 90
  853.         echo "              ";
  854.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'90$this->source); })()), "hasceratitida", [], "any"falsefalsefalse90)) {
  855.             echo "<a href=\"";
  856.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'90$this->source); })()), "request", [], "any"falsefalsefalse90), "locale", [], "any"falsefalsefalse90) == "nl")) {
  857.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ceratitida"]);
  858.             } else {
  859.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ceratitida"]);
  860.             }
  861.             echo "\"><img src=\"/images/icons/fossil/has_ceratitida.png\"></a>";
  862.         }
  863.         // line 91
  864.         echo "              ";
  865.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'91$this->source); })()), "hasneocoleoidea", [], "any"falsefalsefalse91)) {
  866.             echo "<a href=\"";
  867.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'91$this->source); })()), "request", [], "any"falsefalsefalse91), "locale", [], "any"falsefalsefalse91) == "nl")) {
  868.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Neocoleoidea"]);
  869.             } else {
  870.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Neocoleoidea"]);
  871.             }
  872.             echo "\"><img src=\"/images/icons/fossil/has_neocoleoidea.png\"></a>";
  873.         }
  874.         // line 92
  875.         echo "              ";
  876.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'92$this->source); })()), "hasarachnida", [], "any"falsefalsefalse92)) {
  877.             echo "<a href=\"";
  878.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'92$this->source); })()), "request", [], "any"falsefalsefalse92), "locale", [], "any"falsefalsefalse92) == "nl")) {
  879.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Arachnida"]);
  880.             } else {
  881.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Arachnida"]);
  882.             }
  883.             echo "\"><img src=\"/images/icons/fossil/has_arachnida.png\"></a>";
  884.         }
  885.         // line 93
  886.         echo "              ";
  887.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'93$this->source); })()), "hasmerostomata", [], "any"falsefalsefalse93)) {
  888.             echo "<a href=\"";
  889.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'93$this->source); })()), "request", [], "any"falsefalsefalse93), "locale", [], "any"falsefalsefalse93) == "nl")) {
  890.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Merostomata"]);
  891.             } else {
  892.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Merostomata"]);
  893.             }
  894.             echo "\"><img src=\"/images/icons/fossil/has_merostomata.png\"></a>";
  895.         }
  896.         // line 94
  897.         echo "              ";
  898.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'94$this->source); })()), "hasmyriapoda", [], "any"falsefalsefalse94)) {
  899.             echo "<a href=\"";
  900.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'94$this->source); })()), "request", [], "any"falsefalsefalse94), "locale", [], "any"falsefalsefalse94) == "nl")) {
  901.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Myriapoda"]);
  902.             } else {
  903.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Myriapoda"]);
  904.             }
  905.             echo "\"><img src=\"/images/icons/fossil/has_myriapoda.png\"></a>";
  906.         }
  907.         // line 95
  908.         echo "              ";
  909.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'95$this->source); })()), "hasfungi", [], "any"falsefalsefalse95)) {
  910.             echo "<a href=\"";
  911.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'95$this->source); })()), "request", [], "any"falsefalsefalse95), "locale", [], "any"falsefalsefalse95) == "nl")) {
  912.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Fungi"]);
  913.             } else {
  914.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Fungi"]);
  915.             }
  916.             echo "\"><img src=\"/images/icons/fossil/has_fungi.png\"></a>";
  917.         }
  918.         // line 96
  919.         echo "              ";
  920.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'96$this->source); })()), "hasmycetozoa", [], "any"falsefalsefalse96)) {
  921.             echo "<a href=\"";
  922.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'96$this->source); })()), "request", [], "any"falsefalsefalse96), "locale", [], "any"falsefalsefalse96) == "nl")) {
  923.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mycetozoa"]);
  924.             } else {
  925.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mycetozoa"]);
  926.             }
  927.             echo "\"><img src=\"/images/icons/fossil/has_mycetozoa.png\"></a>";
  928.         }
  929.         // line 97
  930.         echo "              ";
  931.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'97$this->source); })()), "hasginkgophyta", [], "any"falsefalsefalse97)) {
  932.             echo "<a href=\"";
  933.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'97$this->source); })()), "request", [], "any"falsefalsefalse97), "locale", [], "any"falsefalsefalse97) == "nl")) {
  934.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ginkgophyta"]);
  935.             } else {
  936.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ginkgophyta"]);
  937.             }
  938.             echo "\"><img src=\"/images/icons/fossil/has_ginkgophyta.png\"></a>";
  939.         }
  940.         // line 98
  941.         echo "              ";
  942.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'98$this->source); })()), "hasbryophyta", [], "any"falsefalsefalse98)) {
  943.             echo "<a href=\"";
  944.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'98$this->source); })()), "request", [], "any"falsefalsefalse98), "locale", [], "any"falsefalsefalse98) == "nl")) {
  945.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bryophyta"]);
  946.             } else {
  947.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bryophyta"]);
  948.             }
  949.             echo "\"><img src=\"/images/icons/fossil/has_bryophyta.png\"></a>";
  950.         }
  951.         // line 99
  952.         echo "              ";
  953.         if (twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'99$this->source); })()), "hasincertaesedis", [], "any"falsefalsefalse99)) {
  954.             echo "<a href=\"";
  955.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'99$this->source); })()), "request", [], "any"falsefalsefalse99), "locale", [], "any"falsefalsefalse99) == "nl")) {
  956.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Incertae sedis"]);
  957.             } else {
  958.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Incertae sedis"]);
  959.             }
  960.             echo "\"><img src=\"/images/icons/fossil/has_incertae sedis.png\"></a>";
  961.         }
  962.         // line 100
  963.         echo "
  964.             </p>
  965.             <p>
  966.             <table class=\"table-responsive\" cellpadding=\"0\">
  967.               <tr>
  968.                 <td nowrap>
  969.                   <a href=\"";
  970.         // line 106
  971.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'106$this->source); })()), "request", [], "any"falsefalsefalse106), "locale", [], "any"falsefalsefalse106) == "nl")) {
  972.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Kwartair"]);
  973.         } else {
  974.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Quatenary"]);
  975.         }
  976.         echo "\"><img src=\"/images/icons/fossil/is";
  977.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'106$this->source); })()), "isquaternary", [], "any"falsefalsefalse106)) {
  978.             echo "not";
  979.         }
  980.         echo "_quaternary.png\"></a>
  981.                   
  982.                 </td>
  983.               </tr>
  984.               <tr>
  985.                 <td nowrap style=\"font-size: 0px\">
  986.                   <a href=\"";
  987.         // line 112
  988.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'112$this->source); })()), "request", [], "any"falsefalsefalse112), "locale", [], "any"falsefalsefalse112) == "nl")) {
  989.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Neogeen"]);
  990.         } else {
  991.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Neogene"]);
  992.         }
  993.         echo "\"><img src=\"/images/icons/fossil/is";
  994.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'112$this->source); })()), "isneogene", [], "any"falsefalsefalse112)) {
  995.             echo "not";
  996.         }
  997.         echo "_neogene.png\"></a>
  998.                   <a href=\"";
  999.         // line 113
  1000.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'113$this->source); })()), "request", [], "any"falsefalsefalse113), "locale", [], "any"falsefalsefalse113) == "nl")) {
  1001.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Paleogeen"]);
  1002.         } else {
  1003.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Paleogene"]);
  1004.         }
  1005.         echo "\"><img src=\"/images/icons/fossil/is";
  1006.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'113$this->source); })()), "ispaleogene", [], "any"falsefalsefalse113)) {
  1007.             echo "not";
  1008.         }
  1009.         echo "_paleogene.png\"></a>
  1010.                   <a href=\"";
  1011.         // line 114
  1012.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'114$this->source); })()), "request", [], "any"falsefalsefalse114), "locale", [], "any"falsefalsefalse114) == "nl")) {
  1013.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Krijt"]);
  1014.         } else {
  1015.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cretaceous"]);
  1016.         }
  1017.         echo "\"><img src=\"/images/icons/fossil/is";
  1018.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'114$this->source); })()), "iscretaceous", [], "any"falsefalsefalse114)) {
  1019.             echo "not";
  1020.         }
  1021.         echo "_cretaceous.png\"></a>
  1022.                   <a href=\"";
  1023.         // line 115
  1024.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'115$this->source); })()), "request", [], "any"falsefalsefalse115), "locale", [], "any"falsefalsefalse115) == "nl")) {
  1025.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Jura"]);
  1026.         } else {
  1027.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Jurassic"]);
  1028.         }
  1029.         echo "\"><img src=\"/images/icons/fossil/is";
  1030.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'115$this->source); })()), "isjurassic", [], "any"falsefalsefalse115)) {
  1031.             echo "not";
  1032.         }
  1033.         echo "_jurassic.png\"></a>
  1034.                   <a href=\"";
  1035.         // line 116
  1036.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'116$this->source); })()), "request", [], "any"falsefalsefalse116), "locale", [], "any"falsefalsefalse116) == "nl")) {
  1037.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Trias"]);
  1038.         } else {
  1039.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Triassic"]);
  1040.         }
  1041.         echo "\"><img src=\"/images/icons/fossil/is";
  1042.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'116$this->source); })()), "istriassic", [], "any"falsefalsefalse116)) {
  1043.             echo "not";
  1044.         }
  1045.         echo "_triassic.png\"></a>
  1046.                   <a href=\"";
  1047.         // line 117
  1048.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'117$this->source); })()), "request", [], "any"falsefalsefalse117), "locale", [], "any"falsefalsefalse117) == "nl")) {
  1049.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Perm"]);
  1050.         } else {
  1051.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Permian"]);
  1052.         }
  1053.         echo "\"><img src=\"/images/icons/fossil/is";
  1054.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'117$this->source); })()), "ispermian", [], "any"falsefalsefalse117)) {
  1055.             echo "not";
  1056.         }
  1057.         echo "_permian.png\"></a>
  1058.                   <a href=\"";
  1059.         // line 118
  1060.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'118$this->source); })()), "request", [], "any"falsefalsefalse118), "locale", [], "any"falsefalsefalse118) == "nl")) {
  1061.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Carboon"]);
  1062.         } else {
  1063.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Carboniferous"]);
  1064.         }
  1065.         echo "\"><img src=\"/images/icons/fossil/is";
  1066.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'118$this->source); })()), "iscarboniferous", [], "any"falsefalsefalse118)) {
  1067.             echo "not";
  1068.         }
  1069.         echo "_carboniferous.png\"></a>
  1070.                   <a href=\"";
  1071.         // line 119
  1072.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'119$this->source); })()), "request", [], "any"falsefalsefalse119), "locale", [], "any"falsefalsefalse119) == "nl")) {
  1073.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Devoon"]);
  1074.         } else {
  1075.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Devonian"]);
  1076.         }
  1077.         echo "\"><img src=\"/images/icons/fossil/is";
  1078.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'119$this->source); })()), "isdevonian", [], "any"falsefalsefalse119)) {
  1079.             echo "not";
  1080.         }
  1081.         echo "_devonian.png\"></a>
  1082.                   <a href=\"";
  1083.         // line 120
  1084.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'120$this->source); })()), "request", [], "any"falsefalsefalse120), "locale", [], "any"falsefalsefalse120) == "nl")) {
  1085.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Siluur"]);
  1086.         } else {
  1087.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Silurian"]);
  1088.         }
  1089.         echo "\"><img src=\"/images/icons/fossil/is";
  1090.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'120$this->source); })()), "issilurian", [], "any"falsefalsefalse120)) {
  1091.             echo "not";
  1092.         }
  1093.         echo "_silurian.png\"></a>
  1094.                   <a href=\"";
  1095.         // line 121
  1096.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'121$this->source); })()), "request", [], "any"falsefalsefalse121), "locale", [], "any"falsefalsefalse121) == "nl")) {
  1097.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ordovicium"]);
  1098.         } else {
  1099.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ordovician"]);
  1100.         }
  1101.         echo "\"><img src=\"/images/icons/fossil/is";
  1102.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'121$this->source); })()), "isordovician", [], "any"falsefalsefalse121)) {
  1103.             echo "not";
  1104.         }
  1105.         echo "_ordovician.png\"></a>
  1106.                   <a href=\"";
  1107.         // line 122
  1108.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'122$this->source); })()), "request", [], "any"falsefalsefalse122), "locale", [], "any"falsefalsefalse122) == "nl")) {
  1109.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cambrium"]);
  1110.         } else {
  1111.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cambrian"]);
  1112.         }
  1113.         echo "\"><img src=\"/images/icons/fossil/is";
  1114.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'122$this->source); })()), "iscambrian", [], "any"falsefalsefalse122)) {
  1115.             echo "not";
  1116.         }
  1117.         echo "_cambrian.png\"></a>
  1118.                   <a href=\"";
  1119.         // line 123
  1120.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'123$this->source); })()), "request", [], "any"falsefalsefalse123), "locale", [], "any"falsefalsefalse123) == "nl")) {
  1121.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Precambrium"]);
  1122.         } else {
  1123.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Precambrian"]);
  1124.         }
  1125.         echo "\"><img src=\"/images/icons/fossil/is";
  1126.         if ( !twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'123$this->source); })()), "isprecambrian", [], "any"falsefalsefalse123)) {
  1127.             echo "not";
  1128.         }
  1129.         echo "_precambrian.png\"></a>
  1130.                 </td>
  1131.               </tr>
  1132.             </table>
  1133.             </p>
  1134.             <div id=\"map\" style=\"height: 400px;\"></div>
  1135.             <p></p>
  1136.             <div class=\"article d-table\">
  1137.               ";
  1138.         // line 131
  1139.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'131$this->source); })()), "request", [], "any"falsefalsefalse131), "locale", [], "any"falsefalsefalse131) == "nl")) {
  1140.             echo twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'131$this->source); })()), "descriptionnl", [], "any"falsefalsefalse131);
  1141.         } else {
  1142.             echo twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'131$this->source); })()), "descriptionen", [], "any"falsefalsefalse131);
  1143.         }
  1144.         // line 132
  1145.         echo "            </div>
  1146.             <p></p>
  1147.             <h2>";
  1148.         // line 134
  1149.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vondsten"), "html"nulltrue);
  1150.         echo "</h2>
  1151.             <div class=\"d-table\">
  1152.               ";
  1153.         // line 136
  1154.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'136$this->source); })()), "request", [], "any"falsefalsefalse136), "locale", [], "any"falsefalsefalse136) == "nl")) {
  1155.             echo twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'136$this->source); })()), "findsnl", [], "any"falsefalsefalse136);
  1156.         } else {
  1157.             echo twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'136$this->source); })()), "findsen", [], "any"falsefalsefalse136);
  1158.         }
  1159.         // line 137
  1160.         echo "
  1161.               ";
  1162.         // line 138
  1163.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'138$this->source); })()), "request", [], "any"falsefalsefalse138), "locale", [], "any"falsefalsefalse138) == "nl")) {
  1164.             $context["name"] = twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'138$this->source); })()), "namenl", [], "any"falsefalsefalse138);
  1165.         } else {
  1166.             $context["name"] = twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'138$this->source); })()), "nameen", [], "any"falsefalsefalse138);
  1167.         }
  1168.         // line 139
  1169.         echo "              ";
  1170.         $context["locationurl"] = (((((((("[{\"id\":\"" twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'139$this->source); })()), "id", [], "any"falsefalsefalse139)) . "\",\"value\":\"") . twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'139$this->source); })()), "namenl", [], "any"falsefalsefalse139)) . "\",\"name_en\":\"") . twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'139$this->source); })()), "nameen", [], "any"falsefalsefalse139)) . "\",\"location\":\"") . (isset($context["name"]) || array_key_exists("name"$context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.'139$this->source); })())) . "\"}]");
  1171.         // line 140
  1172.         echo "              ";
  1173.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Er staan {pictures} foto's van fossielen van deze vindplaats in het <a href=\"{link}\">Fossielen Fossielendatabase</a>.", ["pictures" => (isset($context["fossils_found"]) || array_key_exists("fossils_found"$context) ? $context["fossils_found"] : (function () { throw new RuntimeError('Variable "fossils_found" does not exist.'140$this->source); })()), "{link}" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fossildb", ["page" => "1""filter[location]" => (isset($context["locationurl"]) || array_key_exists("locationurl"$context) ? $context["locationurl"] : (function () { throw new RuntimeError('Variable "locationurl" does not exist.'140$this->source); })())])]);
  1174.         echo "<br>
  1175.               ";
  1176.         // line 142
  1177.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Zie hier de <a href=\"{link}\">soortenlijst van {name}</a>.", ["{name}" => (isset($context["name"]) || array_key_exists("name"$context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.'142$this->source); })()), "{link}" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("specieslist_item", ["type" => "location""id" => twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'142$this->source); })()), "id", [], "any"falsefalsefalse142)])]);
  1178.         echo "
  1179.             </div>
  1180.             <p></p>
  1181.             <h2>";
  1182.         // line 145
  1183.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Route"), "html"nulltrue);
  1184.         echo "</h2>
  1185.             <div class=\"d-table\">
  1186.               ";
  1187.         // line 147
  1188.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'147$this->source); })()), "request", [], "any"falsefalsefalse147), "locale", [], "any"falsefalsefalse147) == "nl")) {
  1189.             echo twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'147$this->source); })()), "routenl", [], "any"falsefalsefalse147);
  1190.         } else {
  1191.             echo twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'147$this->source); })()), "routeen", [], "any"falsefalsefalse147);
  1192.         }
  1193.         // line 148
  1194.         echo "            </div>
  1195.             <p></p>
  1196.             <h2>";
  1197.         // line 150
  1198.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Literatuur over deze locatie"), "html"nulltrue);
  1199.         echo "</h2>
  1200.             <ul>
  1201.             ";
  1202.         // line 152
  1203.         $context["literaturecount"] = 0;
  1204.         // line 153
  1205.         echo "            ";
  1206.         $context['_parent'] = $context;
  1207.         $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'153$this->source); })()), "literatures", [], "any"falsefalsefalse153), function ($__a__$__b__) use ($context$macros) { $context["a"] = $__a__$context["b"] = $__b__; return (twig_get_attribute($this->env$this->source, (isset($context["b"]) || array_key_exists("b"$context) ? $context["b"] : (function () { throw new RuntimeError('Variable "b" does not exist.'153$this->source); })()), "year", [], "any"falsefalsefalse153) <=> twig_get_attribute($this->env$this->source, (isset($context["a"]) || array_key_exists("a"$context) ? $context["a"] : (function () { throw new RuntimeError('Variable "a" does not exist.'153$this->source); })()), "year", [], "any"falsefalsefalse153)); }));
  1208.         foreach ($context['_seq'] as $context["_key"] => $context["literature"]) {
  1209.             // line 154
  1210.             echo "              ";
  1211.             if ((twig_get_attribute($this->env$this->source$context["literature"], "approved", [], "any"falsefalsefalse154) == "1")) {
  1212.                 // line 155
  1213.                 echo "                ";
  1214.                 $context["literaturecount"] = ((isset($context["literaturecount"]) || array_key_exists("literaturecount"$context) ? $context["literaturecount"] : (function () { throw new RuntimeError('Variable "literaturecount" does not exist.'155$this->source); })()) + 1);
  1215.                 // line 156
  1216.                 echo "
  1217.             <li><b>";
  1218.                 // line 157
  1219.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["literature"], "author", [], "any"falsefalsefalse157), "html"nulltrue);
  1220.                 echo ", ";
  1221.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["literature"], "year", [], "any"falsefalsefalse157), "html"nulltrue);
  1222.                 echo ":</b> ";
  1223.                 if ( !(null === twig_get_attribute($this->env$this->source$context["literature"], "url", [], "any"falsefalsefalse157))) {
  1224.                     echo "<a href=\"";
  1225.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["literature"], "url", [], "any"falsefalsefalse157), "html"nulltrue);
  1226.                     echo "\">";
  1227.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["literature"], "title", [], "any"falsefalsefalse157), "html"nulltrue);
  1228.                     echo "</a>";
  1229.                 } else {
  1230.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["literature"], "title", [], "any"falsefalsefalse157), "html"nulltrue);
  1231.                 }
  1232.                 echo "<br>
  1233.                 <i>";
  1234.                 // line 158
  1235.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'158$this->source); })()), "request", [], "any"falsefalsefalse158), "locale", [], "any"falsefalsefalse158) == "nl")) {
  1236.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["literature"], "descriptionnl", [], "any"falsefalsefalse158), "html"nulltrue);
  1237.                 } else {
  1238.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["literature"], "descriptionen", [], "any"falsefalsefalse158), "html"nulltrue);
  1239.                 }
  1240.                 echo "</i><br>
  1241.                 ";
  1242.                 // line 159
  1243.                 if ((twig_get_attribute($this->env$this->source$context["literature"], "username", [], "any"falsefalsefalse159) != "Anonymous")) {
  1244.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("toegevoegd door"), "html"nulltrue);
  1245.                     echo ": ";
  1246.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["literature"], "username", [], "any"falsefalsefalse159), "html"nulltrue);
  1247.                 }
  1248.                 echo "<br>
  1249.                 <br>
  1250.               ";
  1251.             }
  1252.             // line 162
  1253.             echo "            ";
  1254.         }
  1255.         $_parent $context['_parent'];
  1256.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['literature'], $context['_parent'], $context['loop']);
  1257.         $context array_intersect_key($context$_parent) + $_parent;
  1258.         // line 163
  1259.         echo "            ";
  1260.         if (((isset($context["literaturecount"]) || array_key_exists("literaturecount"$context) ? $context["literaturecount"] : (function () { throw new RuntimeError('Variable "literaturecount" does not exist.'163$this->source); })()) < 1)) {
  1261.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Er is nog geen literatuur voor deze locatie toegevoegd."), "html"nulltrue);
  1262.         }
  1263.         // line 164
  1264.         echo "            </ul>
  1265.             <a href=\"";
  1266.         // line 165
  1267.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("literature_add");
  1268.         echo "\">";
  1269.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Literatuur toevoegen"), "html"nulltrue);
  1270.         echo "</a>
  1271.             <p></p>
  1272.             <h2>";
  1273.         // line 167
  1274.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Foto's van deze locatie"), "html"nulltrue);
  1275.         echo "</h2>
  1276.               ";
  1277.         // line 168
  1278.         $context['_parent'] = $context;
  1279.         $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'168$this->source); })()), "locationphotos", [], "any"falsefalsefalse168), function ($__a__$__b__) use ($context$macros) { $context["a"] = $__a__$context["b"] = $__b__; return (twig_get_attribute($this->env$this->source, (isset($context["b"]) || array_key_exists("b"$context) ? $context["b"] : (function () { throw new RuntimeError('Variable "b" does not exist.'168$this->source); })()), "date", [], "any"falsefalsefalse168) <=> twig_get_attribute($this->env$this->source, (isset($context["a"]) || array_key_exists("a"$context) ? $context["a"] : (function () { throw new RuntimeError('Variable "a" does not exist.'168$this->source); })()), "date", [], "any"falsefalsefalse168)); }));
  1280.         foreach ($context['_seq'] as $context["_key"] => $context["photo"]) {
  1281.             // line 169
  1282.             echo "              ";
  1283.             if ((twig_get_attribute($this->env$this->source$context["photo"], "approved", [], "any"falsefalsefalse169) == "1")) {
  1284.                 // line 170
  1285.                 echo "                ";
  1286.                 $context["thumbnail"] = ((("/uploads/locations/" twig_slice($this->envtwig_get_attribute($this->env$this->source$context["photo"], "filename", [], "any"falsefalsefalse170), 02)) . "/") . twig_get_attribute($this->env$this->source$context["photo"], "filename", [], "any"falsefalsefalse170));
  1287.                 // line 171
  1288.                 echo "                <a href=\"/uploads/locations/";
  1289.                 echo twig_escape_filter($this->envtwig_slice($this->envtwig_get_attribute($this->env$this->source$context["photo"], "filename", [], "any"falsefalsefalse171), 02), "html"nulltrue);
  1290.                 echo "/";
  1291.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["photo"], "filename", [], "any"falsefalsefalse171), "html"nulltrue);
  1292.                 echo "\" data-footer=\"";
  1293.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'171$this->source); })()), "request", [], "any"falsefalsefalse171), "locale", [], "any"falsefalsefalse171) == "nl")) {
  1294.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["photo"], "descriptionnl", [], "any"falsefalsefalse171), "html"nulltrue);
  1295.                 } else {
  1296.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["photo"], "descriptionen", [], "any"falsefalsefalse171), "html"nulltrue);
  1297.                 }
  1298.                 echo "\" data-toggle=\"lightbox\" data-gallery=\"locations-gallery\"><img src=\"";
  1299.                 echo twig_escape_filter($this->env$this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter((isset($context["thumbnail"]) || array_key_exists("thumbnail"$context) ? $context["thumbnail"] : (function () { throw new RuntimeError('Variable "thumbnail" does not exist.'171$this->source); })()), "location_thumb_small"), "html"nulltrue);
  1300.                 echo "\" class=\"img-fluid img-thumbnail\"></a>
  1301.               ";
  1302.             }
  1303.             // line 173
  1304.             echo "              ";
  1305.         }
  1306.         $_parent $context['_parent'];
  1307.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['photo'], $context['_parent'], $context['loop']);
  1308.         $context array_intersect_key($context$_parent) + $_parent;
  1309.         // line 174
  1310.         echo "              <a href=\"";
  1311.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locations_photo_add", ["type" => "fossil""id" => twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'174$this->source); })()), "id", [], "any"falsefalsefalse174)]), "html"nulltrue);
  1312.         echo "\"><img src=\"/images/photo_add.png\" class=\"img-fluid img-thumbnail\"></a>
  1313.             <p></p>
  1314.             <h2>";
  1315.         // line 176
  1316.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("In de buurt"), "html"nulltrue);
  1317.         echo "</h2>
  1318.             ";
  1319.         // line 177
  1320.         $context['_parent'] = $context;
  1321.         $context['_seq'] = twig_ensure_traversable((isset($context["locations_nearby"]) || array_key_exists("locations_nearby"$context) ? $context["locations_nearby"] : (function () { throw new RuntimeError('Variable "locations_nearby" does not exist.'177$this->source); })()));
  1322.         foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  1323.             // line 178
  1324.             echo "            <div class=\"row\">
  1325.               <div class=\"col-1\" style=\"text-align: right\">
  1326.                 <span class=\"feather-18\" data-feather=\"map-pin\"></span>
  1327.               </div>
  1328.               <div class=\"col-11\">
  1329.                 ";
  1330.             // line 183
  1331.             if ((twig_get_attribute($this->env$this->source$context["item"], "type", [], "any"falsefalsefalse183) == "fossil")) {
  1332.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Fossielenlocatie"), "html"nulltrue);
  1333.                 echo ": <a href='";
  1334.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locations_fossil", ["id" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "fossil", [], "any"falsefalsefalse183), "id", [], "any"falsefalsefalse183)]), "html"nulltrue);
  1335.                 echo "'>";
  1336.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'183$this->source); })()), "request", [], "any"falsefalsefalse183), "locale", [], "any"falsefalsefalse183) == "nl")) {
  1337.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "fossil", [], "any"falsefalsefalse183), "location", [], "any"falsefalsefalse183), "html"nulltrue);
  1338.                 } else {
  1339.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "fossil", [], "any"falsefalsefalse183), "location", [], "any"falsefalsefalse183), "html"nulltrue);
  1340.                     echo " ";
  1341.                     if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "fossil", [], "any"falsefalsefalse183), "closed", [], "any"falsefalsefalse183)) {
  1342.                         echo "<span style=\"color: #FF0000;\">(";
  1343.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Gesloten"), "html"nulltrue);
  1344.                         echo ")</span>";
  1345.                     }
  1346.                 }
  1347.                 // line 184
  1348.                 echo "                ";
  1349.             } elseif ((twig_get_attribute($this->env$this->source$context["item"], "type", [], "any"falsefalsefalse184) == "geology")) {
  1350.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Geologische locatie"), "html"nulltrue);
  1351.                 echo ": <a href='";
  1352.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locations_geology", ["id" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "geology", [], "any"falsefalsefalse184), "id", [], "any"falsefalsefalse184)]), "html"nulltrue);
  1353.                 echo "'>";
  1354.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'184$this->source); })()), "request", [], "any"falsefalsefalse184), "locale", [], "any"falsefalsefalse184) == "nl")) {
  1355.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "geology", [], "any"falsefalsefalse184), "location", [], "any"falsefalsefalse184), "html"nulltrue);
  1356.                 } else {
  1357.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "geology", [], "any"falsefalsefalse184), "location", [], "any"falsefalsefalse184), "html"nulltrue);
  1358.                     echo " ";
  1359.                     if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "geology", [], "any"falsefalsefalse184), "closed", [], "any"falsefalsefalse184)) {
  1360.                         echo "<span style=\"color: #FF0000;\">(";
  1361.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Gesloten"), "html"nulltrue);
  1362.                         echo ")</span>";
  1363.                     }
  1364.                 }
  1365.                 // line 185
  1366.                 echo "                ";
  1367.             } elseif ((twig_get_attribute($this->env$this->source$context["item"], "type", [], "any"falsefalsefalse185) == "museum")) {
  1368.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Museum"), "html"nulltrue);
  1369.                 echo ": <a href='";
  1370.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locations_museum", ["id" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "museum", [], "any"falsefalsefalse185), "id", [], "any"falsefalsefalse185)]), "html"nulltrue);
  1371.                 echo "'>";
  1372.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'185$this->source); })()), "request", [], "any"falsefalsefalse185), "locale", [], "any"falsefalsefalse185) == "nl")) {
  1373.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "namenl", [], "any"falsefalsefalse185), "html"nulltrue);
  1374.                 } else {
  1375.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "nameen", [], "any"falsefalsefalse185), "html"nulltrue);
  1376.                     echo "
  1377.                 ";
  1378.                 }
  1379.             } elseif ((twig_get_attribute($this->env$this->source,             // line 186
  1380. $context["item"], "type", [], "any"falsefalsefalse186) == "society")) {
  1381.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vereniging"), "html"nulltrue);
  1382.                 echo ": <a href='";
  1383.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locations_society", ["id" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "society", [], "any"falsefalsefalse186), "id", [], "any"falsefalsefalse186)]), "html"nulltrue);
  1384.                 echo "'>";
  1385.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'186$this->source); })()), "request", [], "any"falsefalsefalse186), "locale", [], "any"falsefalsefalse186) == "nl")) {
  1386.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "namenl", [], "any"falsefalsefalse186), "html"nulltrue);
  1387.                 } else {
  1388.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "nameen", [], "any"falsefalsefalse186), "html"nulltrue);
  1389.                 }
  1390.                 // line 187
  1391.                 echo "                ";
  1392.             }
  1393.             echo "</a><br>
  1394.               </div>
  1395.             </div>
  1396.             ";
  1397.         }
  1398.         $_parent $context['_parent'];
  1399.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  1400.         $context array_intersect_key($context$_parent) + $_parent;
  1401.         // line 191
  1402.         echo "            <!-- End Page Content -->
  1403.           </div>
  1404.           ";
  1405.         // line 193
  1406.         $this->loadTemplate("locations_fossil.html.twig""locations_fossil.html.twig"193"914503912")->display($context);
  1407.         // line 203
  1408.         echo "        </div>
  1409. ";
  1410.         
  1411.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1412.         
  1413.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1414.     }
  1415.     // line 205
  1416.     public function block_javascript($context, array $blocks = [])
  1417.     {
  1418.         $macros $this->macros;
  1419.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1420.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  1421.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1422.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  1423.         // line 206
  1424.         echo "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js\"></script>
  1425. <script>
  1426.     \$(document).ready(function() {
  1427.         \$(\"img\").addClass(\"img-fluid\");
  1428. });
  1429. \$(document).on('click', '[data-toggle=\"lightbox\"]', function(event) {
  1430.     event.preventDefault();
  1431.     \$(this).ekkoLightbox({
  1432.         wrapping: true,
  1433.     });
  1434. });
  1435. </script>
  1436. ";
  1437.         // line 220
  1438.         $this->loadTemplate("location_leaflet.html.twig""locations_fossil.html.twig"220)->display($context);
  1439.         
  1440.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1441.         
  1442.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1443.     }
  1444.     public function getTemplateName()
  1445.     {
  1446.         return "locations_fossil.html.twig";
  1447.     }
  1448.     public function isTraitable()
  1449.     {
  1450.         return false;
  1451.     }
  1452.     public function getDebugInfo()
  1453.     {
  1454.         return array (  1470 => 220,  1454 => 206,  1444 => 205,  1433 => 203,  1431 => 193,  1427 => 191,  1416 => 187,  1405 => 186,  1391 => 185,  1373 => 184,  1356 => 183,  1349 => 178,  1345 => 177,  1341 => 176,  1335 => 174,  1329 => 173,  1313 => 171,  1310 => 170,  1307 => 169,  1303 => 168,  1299 => 167,  1292 => 165,  1289 => 164,  1284 => 163,  1278 => 162,  1268 => 159,  1260 => 158,  1244 => 157,  1241 => 156,  1238 => 155,  1235 => 154,  1230 => 153,  1228 => 152,  1223 => 150,  1219 => 148,  1213 => 147,  1208 => 145,  1202 => 142,  1196 => 140,  1193 => 139,  1187 => 138,  1184 => 137,  1178 => 136,  1173 => 134,  1169 => 132,  1163 => 131,  1144 => 123,  1132 => 122,  1120 => 121,  1108 => 120,  1096 => 119,  1084 => 118,  1072 => 117,  1060 => 116,  1048 => 115,  1036 => 114,  1024 => 113,  1012 => 112,  995 => 106,  987 => 100,  976 => 99,  965 => 98,  954 => 97,  943 => 96,  932 => 95,  921 => 94,  910 => 93,  899 => 92,  888 => 91,  877 => 90,  866 => 89,  855 => 88,  844 => 87,  833 => 86,  822 => 85,  811 => 84,  800 => 83,  789 => 82,  778 => 81,  767 => 80,  756 => 79,  745 => 78,  734 => 77,  723 => 76,  712 => 75,  701 => 74,  690 => 73,  679 => 72,  668 => 71,  657 => 70,  646 => 69,  635 => 68,  624 => 67,  613 => 66,  602 => 65,  591 => 64,  580 => 63,  569 => 62,  558 => 61,  547 => 60,  536 => 59,  525 => 58,  514 => 57,  503 => 56,  492 => 55,  481 => 54,  470 => 53,  459 => 52,  448 => 51,  437 => 50,  426 => 49,  415 => 48,  404 => 47,  393 => 46,  382 => 45,  371 => 44,  360 => 43,  349 => 42,  338 => 41,  327 => 40,  316 => 39,  305 => 38,  294 => 37,  283 => 36,  272 => 35,  261 => 34,  250 => 33,  239 => 32,  228 => 31,  217 => 30,  212 => 29,  201 => 28,  191 => 27,  186 => 24,  180 => 23,  175 => 22,  170 => 21,  163 => 20,  153 => 19,  141 => 18,  132 => 16,  127 => 13,  121 => 12,  118 => 11,  108 => 10,  94 => 8,  84 => 7,  71 => 3,  61 => 2,  38 => 1,);
  1455.     }
  1456.     public function getSourceContext()
  1457.     {
  1458.         return new Source("{% extends \"base.html.twig\" %}
  1459. {% block css %}
  1460.  <link rel=\"stylesheet\" href=\"https://unpkg.com/leaflet@1.6.0/dist/leaflet.css\" integrity=\"sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==\" crossorigin=\"\"/>
  1461.  <link rel=\"stylesheet\" href=\"/leaflet-plugins/fullscreen/Control.FullScreen.css\" />
  1462.  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css\" />
  1463. {% endblock %}
  1464. {% block title %}
  1465. {% if app.request.locale == 'nl' %}{{ fossil.namenl }}{% else %}{{ fossil.nameen }}{% endif %}
  1466. {% endblock %}
  1467. {% block body %}
  1468.         <p>&nbsp;</p>
  1469.         {% if fossil.closed == 1 %}<div class=\"alert alert-danger\">{{ 'Deze locatie is gesloten'|trans }}</div>{% endif %}
  1470.         <div class=\"row flex-md-row h-md-250 position-relative\">
  1471.           <div class=\"col-md-9 position-static\">
  1472.             <!-- Start Page Content -->
  1473.             <h2>{% if app.request.locale == 'nl' %}{{ fossil.namenl }}{% else %}{{ fossil.nameen }}{% endif %}</h2>
  1474.             <p>
  1475.               <b>{{ 'Naam'|trans }}:</b> {{ fossil.location }}, {% if app.request.locale == 'nl' %}{{ fossil.country.namenl }}{% else %}{{ fossil.country.nameen }}{% endif %}<br>
  1476.               <b>{{ 'Status'|trans }}:</b> {% if fossil.closed == 1 %}{{ 'Gesloten'|trans }}{% else %}{{ 'Open'|trans }}{% endif %}<br>
  1477.               <b>{{ 'Kwetsbaarheid'|trans }}:</b> {% if fossil.vulnerability == 'public' %}{{ 'Niet kwetsbaar'|trans }}
  1478.               {% elseif fossil.vulnerability == 'slightly' %}{{ 'Licht kwetsbaar'|trans }}
  1479.               {% elseif fossil.vulnerability == 'moderate' %}{{ 'Gemiddeld kwetsbaar'|trans }}
  1480.               {% elseif fossil.vulnerability == 'very' %}{{ 'Zeer kwetsbaar'|trans }}
  1481.               {% endif %}<br>
  1482.             </p>
  1483.             <p>
  1484.               {% if fossil.hasdinosauria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Dinosauria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Dinosauria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_dinosauria.png\"></a>{% endif %}
  1485.               {% if fossil.haschlorophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Chlorophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Chlorophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_chlorophyta.png\"></a>{% endif %}
  1486.               {% if fossil.hasbelemnoidea %}<img src=\"/images/icons/fossil/has_belemnoidea.png\">{% endif %}
  1487.               {% if fossil.hasbivalvia %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bivalvia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bivalvia' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_bivalvia.png\"></a>{% endif %}
  1488.               {% if fossil.hasbrachiopoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Brachiopoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Brachiopoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_brachiopoda.png\"></a>{% endif %}
  1489.               {% if fossil.hasbryozoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bryozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bryozoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_bryozoa.png\"></a>{% endif %}
  1490.               {% if fossil.hasammonitida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ammonitida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ammonitida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ammonitida.png\"></a>{% endif %}
  1491.               {% if fossil.hasnautiloidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Nautiloidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Nautiloidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_nautiloidea.png\"></a>{% endif %}
  1492.               {% if fossil.hascrinoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Crinoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Crinoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_crinoidea.png\"></a>{% endif %}
  1493.               {% if fossil.hasforaminifera %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Foraminifera' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Foraminifera' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_foraminifera.png\"></a>{% endif %}
  1494.               {% if fossil.hasgastropoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Gastropoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Gastropoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_gastropoda.png\"></a>{% endif %}
  1495.               {% if fossil.hashemichordata %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Hemichordata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Hemichordata' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_hemichordata.png\"></a>{% endif %}
  1496.               {% if fossil.hashexapoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Hexapoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Hexapoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_hexapoda.png\"></a>{% endif %}
  1497.               {% if fossil.hasanthozoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Anthozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Anthozoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_anthozoa.png\"></a>{% endif %}
  1498.               {% if fossil.hascrustacea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Crustacea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Crustacea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_crustacea.png\"></a>{% endif %}
  1499.               {% if fossil.hasmammaliaterrestrium %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_mammaliaterrestrium.png\"></a>{% endif %}
  1500.               {% if fossil.hasostracoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ostracoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ostracoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ostracoda.png\"></a>{% endif %}
  1501.               {% if fossil.hasangiospermae %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Angiospermae' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Angiospermae' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_angiospermae.png\"></a>{% endif %}
  1502.               {% if fossil.hasconiferophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Coniferophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Coniferophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_coniferophyta.png\"></a>{% endif %}
  1503.               {% if fossil.hascycadophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Cycadophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cycadophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_cycadophyta.png\"></a>{% endif %}
  1504.               {% if fossil.haslycophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Lycophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Lycophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_lycophyta.png\"></a>{% endif %}
  1505.               {% if fossil.haspteridophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Pteridophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Pteridophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_pteridophyta.png\"></a>{% endif %}
  1506.               {% if fossil.haspteridospermophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Pteridospermophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Pteridospermophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_pteridospermophyta.png\"></a>{% endif %}
  1507.               {% if fossil.hassphenophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Sphenophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Sphenophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_sphenophyta.png\"></a>{% endif %}
  1508.               {% if fossil.hasrudista %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Rudista' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Rudista' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_rudista.png\"></a>{% endif %}
  1509.               {% if fossil.haspolychaeta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Polychaeta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Polychaeta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_polychaeta.png\"></a>{% endif %}
  1510.               {% if fossil.hasporifera %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Porifera' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Porifera' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_porifera.png\"></a>{% endif %}
  1511.               {% if fossil.hasichnofossilia %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ichnofossiel' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ichnofossil' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ichnofossilia.png\"></a>{% endif %}
  1512.               {% if fossil.hastrilobita %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Trilobita' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Trilobita' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_trilobita.png\"></a>{% endif %}
  1513.               {% if fossil.haselasmobranchii %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Elasmobranchii' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Elasmobranchii' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_elasmobranchii.png\"></a>{% endif %}
  1514.               {% if fossil.hasbatoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Batoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Batoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_batoidea.png\"></a>{% endif %}
  1515.               {% if fossil.hasaves %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Aves' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Aves' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_aves.png\"></a>{% endif %}
  1516.               {% if fossil.hasechinoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Echinoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Echinoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_echinoidea.png\"></a>{% endif %}
  1517.               {% if fossil.hasmammaliamarinis %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_mammaliamarinis.png\"></a>{% endif %}
  1518.               {% if fossil.hasbacteria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bacteria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bacteria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_bacteria.png\"></a>{% endif %}
  1519.               {% if fossil.hasarchaebacteria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Archaebacteria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Archaebacteria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_archaebacteria.png\"></a>{% endif %}
  1520.               {% if fossil.hasphaeophyceae %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Phaeophyceae' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Phaeophyceae' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_phaeophyceae.png\"></a>{% endif %}
  1521.               {% if fossil.hasdiatomophyceae %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Diatomophyceae' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Diatomophyceae' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_diatomophyceae.png\"></a>{% endif %}
  1522.               {% if fossil.hasradiolaria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Radiolaria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Radiolaria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_radiolaria.png\"></a>{% endif %}
  1523.               {% if fossil.haschoanoflagellata %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Choanoflagellata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Choanoflagellata' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_choanoflagellata.png\"></a>{% endif %}
  1524.               {% if fossil.hasmedusozoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Medusozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Medusozoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_medusozoa.png\"></a>{% endif %}
  1525.               {% if fossil.hasasterozoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Asterozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Asterozoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_asterozoa.png\"></a>{% endif %}
  1526.               {% if fossil.hasblastoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Blastoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Blastoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_blastoidea.png\"></a>{% endif %}
  1527.               {% if fossil.hascystoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Cystoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cystoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_cystoidea.png\"></a>{% endif %}
  1528.               {% if fossil.hasagnatha %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Agnatha' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Agnatha' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_agnatha.png\"></a>{% endif %}
  1529.               {% if fossil.hasplacodermi %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Placodermi' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Placodermi' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_placodermi.png\"></a>{% endif %}
  1530.               {% if fossil.haschimaeriformes %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Chimaeriformes' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Chimaeriformes' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_chimaeriformes.png\"></a>{% endif %}
  1531.               {% if fossil.hasactinopterygii %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Actinopterygii' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Actinopterygii' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_actinopterygii.png\"></a>{% endif %}
  1532.               {% if fossil.hassarcopterygii %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Sarcopterygii' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Sarcopterygii' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_sarcopterygii.png\"></a>{% endif %}
  1533.               {% if fossil.hasdipnoi %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Dipnoi' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Dipnoi' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_dipnoi.png\"></a>{% endif %}
  1534.               {% if fossil.hasamphibia %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Amphibia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Amphibia' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_amphibia.png\"></a>{% endif %}
  1535.               {% if fossil.hasanapsida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Anapsida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Anapsida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_anapsida.png\"></a>{% endif %}
  1536.               {% if fossil.hassquamata %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Squamata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Squamata' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_squamata.png\"></a>{% endif %}
  1537.               {% if fossil.hassauropterygia %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Sauropterygia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Sauropterygia' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_sauropterygia.png\"></a>{% endif %}
  1538.               {% if fossil.hasichthyosauria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ichthyosauria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ichthyosauria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ichthyosauria.png\"></a>{% endif %}
  1539.               {% if fossil.hascrocodylomorpha %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Crocodylomorpha' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Crocodylomorpha' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_crocodylomorpha.png\"></a>{% endif %}
  1540.               {% if fossil.haspterosauria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Pterosauria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Pterosauria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_pterosauria.png\"></a>{% endif %}
  1541.               {% if fossil.hasplatyzoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Platyzoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Platyzoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_platyzoa.png\"></a>{% endif %}
  1542.               {% if fossil.hasannelida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Annelida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Annelida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_annelida.png\"></a>{% endif %}
  1543.               {% if fossil.haspolyplacophora %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Polyplacophora' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Polyplacophora' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_polyplacophora.png\"></a>{% endif %}
  1544.               {% if fossil.hasscaphopoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Scaphopoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Scaphopoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_scaphopoda.png\"></a>{% endif %}
  1545.               {% if fossil.hasnautilida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Nautilida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Nautilida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_nautilida.png\"></a>{% endif %}
  1546.               {% if fossil.hasgoniatitida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Goniatitida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Goniatitida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_goniatitida.png\"></a>{% endif %}
  1547.               {% if fossil.hasceratitida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ceratitida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ceratitida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ceratitida.png\"></a>{% endif %}
  1548.               {% if fossil.hasneocoleoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Neocoleoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Neocoleoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_neocoleoidea.png\"></a>{% endif %}
  1549.               {% if fossil.hasarachnida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Arachnida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Arachnida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_arachnida.png\"></a>{% endif %}
  1550.               {% if fossil.hasmerostomata %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Merostomata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Merostomata' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_merostomata.png\"></a>{% endif %}
  1551.               {% if fossil.hasmyriapoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Myriapoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Myriapoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_myriapoda.png\"></a>{% endif %}
  1552.               {% if fossil.hasfungi %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Fungi' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Fungi' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_fungi.png\"></a>{% endif %}
  1553.               {% if fossil.hasmycetozoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Mycetozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Mycetozoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_mycetozoa.png\"></a>{% endif %}
  1554.               {% if fossil.hasginkgophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ginkgophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ginkgophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ginkgophyta.png\"></a>{% endif %}
  1555.               {% if fossil.hasbryophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bryophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bryophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_bryophyta.png\"></a>{% endif %}
  1556.               {% if fossil.hasincertaesedis %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Incertae sedis' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Incertae sedis' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_incertae sedis.png\"></a>{% endif %}
  1557.             </p>
  1558.             <p>
  1559.             <table class=\"table-responsive\" cellpadding=\"0\">
  1560.               <tr>
  1561.                 <td nowrap>
  1562.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Kwartair' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Quatenary' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isquaternary %}not{% endif %}_quaternary.png\"></a>
  1563.                   
  1564.                 </td>
  1565.               </tr>
  1566.               <tr>
  1567.                 <td nowrap style=\"font-size: 0px\">
  1568.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Neogeen' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Neogene' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isneogene %}not{% endif %}_neogene.png\"></a>
  1569.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Paleogeen' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Paleogene' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.ispaleogene %}not{% endif %}_paleogene.png\"></a>
  1570.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Krijt' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cretaceous' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.iscretaceous %}not{% endif %}_cretaceous.png\"></a>
  1571.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Jura' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Jurassic' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isjurassic %}not{% endif %}_jurassic.png\"></a>
  1572.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Trias' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Triassic' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.istriassic %}not{% endif %}_triassic.png\"></a>
  1573.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Perm' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Permian' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.ispermian %}not{% endif %}_permian.png\"></a>
  1574.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Carboon' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Carboniferous' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.iscarboniferous %}not{% endif %}_carboniferous.png\"></a>
  1575.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Devoon' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Devonian' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isdevonian %}not{% endif %}_devonian.png\"></a>
  1576.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Siluur' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Silurian' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.issilurian %}not{% endif %}_silurian.png\"></a>
  1577.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ordovicium' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ordovician' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isordovician %}not{% endif %}_ordovician.png\"></a>
  1578.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Cambrium' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cambrian' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.iscambrian %}not{% endif %}_cambrian.png\"></a>
  1579.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Precambrium' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Precambrian' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isprecambrian %}not{% endif %}_precambrian.png\"></a>
  1580.                 </td>
  1581.               </tr>
  1582.             </table>
  1583.             </p>
  1584.             <div id=\"map\" style=\"height: 400px;\"></div>
  1585.             <p></p>
  1586.             <div class=\"article d-table\">
  1587.               {% if app.request.locale == 'nl' %}{{ fossil.descriptionnl|raw }}{% else %}{{ fossil.descriptionen|raw }}{% endif %}
  1588.             </div>
  1589.             <p></p>
  1590.             <h2>{{ 'Vondsten'|trans }}</h2>
  1591.             <div class=\"d-table\">
  1592.               {% if app.request.locale == 'nl' %}{{ fossil.findsnl|raw }}{% else %}{{ fossil.findsen|raw }}{% endif %}
  1593.               {% if app.request.locale == 'nl' %}{% set name = fossil.namenl %}{% else %}{% set name = fossil.nameen %}{% endif %}
  1594.               {% set locationurl = '[{\"id\":\"' ~ fossil.id ~ '\",\"value\":\"' ~ fossil.namenl ~ '\",\"name_en\":\"' ~ fossil.nameen ~ '\",\"location\":\"' ~ name ~ '\"}]' %}
  1595.               {{'Er staan {pictures} foto\\'s van fossielen van deze vindplaats in het <a href=\"{link}\">Fossielen Fossielendatabase</a>.'|trans({'pictures': fossils_found, '{link}' : path('fossildb', { 'page': '1', 'filter[location]': locationurl }) })|raw }}<br>
  1596.               {{'Zie hier de <a href=\"{link}\">soortenlijst van {name}</a>.'|trans({ '{name}': name ,'{link}' : path('specieslist_item', { 'type': 'location', 'id': fossil.id }) })|raw }}
  1597.             </div>
  1598.             <p></p>
  1599.             <h2>{{ 'Route'|trans }}</h2>
  1600.             <div class=\"d-table\">
  1601.               {% if app.request.locale == 'nl' %}{{ fossil.routenl|raw }}{% else %}{{ fossil.routeen|raw }}{% endif %}
  1602.             </div>
  1603.             <p></p>
  1604.             <h2>{{ 'Literatuur over deze locatie'|trans }}</h2>
  1605.             <ul>
  1606.             {% set literaturecount = 0 %}
  1607.             {% for literature in fossil.literatures|sort((a, b) => b.year <=> a.year) %}
  1608.               {% if literature.approved == '1'%}
  1609.                 {% set literaturecount = literaturecount + 1 %}
  1610.             <li><b>{{ literature.author }}, {{ literature.year }}:</b> {% if literature.url is not null %}<a href=\"{{ literature.url }}\">{{ literature.title }}</a>{% else %}{{ literature.title }}{% endif %}<br>
  1611.                 <i>{% if app.request.locale == 'nl' %}{{ literature.descriptionnl }}{% else %}{{ literature.descriptionen }}{% endif %}</i><br>
  1612.                 {% if literature.username != 'Anonymous' %}{{ 'toegevoegd door'|trans }}: {{ literature.username }}{% endif %}<br>
  1613.                 <br>
  1614.               {% endif %}
  1615.             {% endfor %}
  1616.             {% if literaturecount < 1 %}{{ 'Er is nog geen literatuur voor deze locatie toegevoegd.'|trans }}{% endif %}
  1617.             </ul>
  1618.             <a href=\"{{ path('literature_add') }}\">{{ 'Literatuur toevoegen'|trans }}</a>
  1619.             <p></p>
  1620.             <h2>{{ 'Foto\\'s van deze locatie'|trans }}</h2>
  1621.               {% for photo in fossil.locationphotos|sort((a, b) => b.date <=> a.date) %}
  1622.               {% if photo.approved == '1'%}
  1623.                 {% set thumbnail = '/uploads/locations/' ~ photo.filename|slice(0, 2) ~ \"/\" ~ photo.filename %}
  1624.                 <a href=\"/uploads/locations/{{photo.filename|slice(0, 2)}}/{{photo.filename}}\" data-footer=\"{% if app.request.locale == 'nl' %}{{ photo.descriptionnl }}{% else %}{{ photo.descriptionen }}{% endif %}\" data-toggle=\"lightbox\" data-gallery=\"locations-gallery\"><img src=\"{{ thumbnail|imagine_filter('location_thumb_small') }}\" class=\"img-fluid img-thumbnail\"></a>
  1625.               {% endif %}
  1626.               {% endfor %}
  1627.               <a href=\"{{ path('locations_photo_add', { 'type': 'fossil', 'id': fossil.id })}}\"><img src=\"/images/photo_add.png\" class=\"img-fluid img-thumbnail\"></a>
  1628.             <p></p>
  1629.             <h2>{{ 'In de buurt'|trans }}</h2>
  1630.             {% for item in locations_nearby %}
  1631.             <div class=\"row\">
  1632.               <div class=\"col-1\" style=\"text-align: right\">
  1633.                 <span class=\"feather-18\" data-feather=\"map-pin\"></span>
  1634.               </div>
  1635.               <div class=\"col-11\">
  1636.                 {% if item.type == 'fossil' %}{{ 'Fossielenlocatie'|trans }}: <a href='{{ path('locations_fossil', { 'id': item.fossil.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.fossil.location }}{% else %}{{ item.fossil.location }} {% if item.fossil.closed %}<span style=\"color: #FF0000;\">({{ 'Gesloten'|trans }})</span>{% endif %}{% endif %}
  1637.                 {% elseif item.type == 'geology' %}{{ 'Geologische locatie'|trans }}: <a href='{{ path('locations_geology', { 'id': item.geology.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.geology.location }}{% else %}{{ item.geology.location }} {% if item.geology.closed %}<span style=\"color: #FF0000;\">({{ 'Gesloten'|trans }})</span>{% endif %}{% endif %}
  1638.                 {% elseif item.type == 'museum' %}{{ 'Museum'|trans }}: <a href='{{ path('locations_museum', { 'id': item.museum.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.namenl }}{% else %}{{ item.nameen }}
  1639.                 {% endif %}{% elseif item.type == 'society' %}{{ 'Vereniging'|trans }}: <a href='{{ path('locations_society', { 'id': item.society.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.namenl }}{% else %}{{ item.nameen }}{% endif %}
  1640.                 {% endif %}</a><br>
  1641.               </div>
  1642.             </div>
  1643.             {% endfor %}
  1644.             <!-- End Page Content -->
  1645.           </div>
  1646.           {% embed 'sidebar.html.twig' %}
  1647.             {% block elements %}
  1648.             <h3>{{ 'Feedback'|trans }}</h3>
  1649.             <div class=\"w-100 text-center\">
  1650.               {{ 'Mist er iets op deze pagina? Of klopt er iets aan de tekst? Meld het ons.'|trans }}
  1651.               <p class=\"card-text\"><a href=\"{{ path('locations_review_add',{ 'type' : 'fossil', 'id' : fossil.id }) }}\"><button type=\"button\" class=\"btn btn-paleontica\">{{ 'Geef feedback'|trans }}</button></a></p>
  1652.             </div>
  1653.             <p></p>
  1654.             {% endblock %}
  1655.           {% endembed %}
  1656.         </div>
  1657. {% endblock %}
  1658. {% block javascript %}
  1659. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js\"></script>
  1660. <script>
  1661.     \$(document).ready(function() {
  1662.         \$(\"img\").addClass(\"img-fluid\");
  1663. });
  1664. \$(document).on('click', '[data-toggle=\"lightbox\"]', function(event) {
  1665.     event.preventDefault();
  1666.     \$(this).ekkoLightbox({
  1667.         wrapping: true,
  1668.     });
  1669. });
  1670. </script>
  1671. {% include \"location_leaflet.html.twig\" %}
  1672. {% endblock %}""locations_fossil.html.twig""/var/www/acc.paleontica.org/templates/locations_fossil.html.twig");
  1673.     }
  1674. }
  1675. /* locations_fossil.html.twig */
  1676. class __TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980___914503912 extends Template
  1677. {
  1678.     private $source;
  1679.     private $macros = [];
  1680.     public function __construct(Environment $env)
  1681.     {
  1682.         parent::__construct($env);
  1683.         $this->source $this->getSourceContext();
  1684.         $this->blocks = [
  1685.             'elements' => [$this'block_elements'],
  1686.         ];
  1687.     }
  1688.     protected function doGetParent(array $context)
  1689.     {
  1690.         // line 193
  1691.         return "sidebar.html.twig";
  1692.     }
  1693.     protected function doDisplay(array $context, array $blocks = [])
  1694.     {
  1695.         $macros $this->macros;
  1696.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1697.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""locations_fossil.html.twig"));
  1698.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1699.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""locations_fossil.html.twig"));
  1700.         $this->parent $this->loadTemplate("sidebar.html.twig""locations_fossil.html.twig"193);
  1701.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  1702.         
  1703.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1704.         
  1705.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1706.     }
  1707.     // line 194
  1708.     public function block_elements($context, array $blocks = [])
  1709.     {
  1710.         $macros $this->macros;
  1711.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1712.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""elements"));
  1713.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1714.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""elements"));
  1715.         // line 195
  1716.         echo "            <h3>";
  1717.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Feedback"), "html"nulltrue);
  1718.         echo "</h3>
  1719.             <div class=\"w-100 text-center\">
  1720.               ";
  1721.         // line 197
  1722.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Mist er iets op deze pagina? Of klopt er iets aan de tekst? Meld het ons."), "html"nulltrue);
  1723.         echo "
  1724.               <p class=\"card-text\"><a href=\"";
  1725.         // line 198
  1726.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locations_review_add", ["type" => "fossil""id" => twig_get_attribute($this->env$this->source, (isset($context["fossil"]) || array_key_exists("fossil"$context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.'198$this->source); })()), "id", [], "any"falsefalsefalse198)]), "html"nulltrue);
  1727.         echo "\"><button type=\"button\" class=\"btn btn-paleontica\">";
  1728.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Geef feedback"), "html"nulltrue);
  1729.         echo "</button></a></p>
  1730.             </div>
  1731.             <p></p>
  1732.             ";
  1733.         
  1734.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1735.         
  1736.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1737.     }
  1738.     public function getTemplateName()
  1739.     {
  1740.         return "locations_fossil.html.twig";
  1741.     }
  1742.     public function isTraitable()
  1743.     {
  1744.         return false;
  1745.     }
  1746.     public function getDebugInfo()
  1747.     {
  1748.         return array (  1784 => 198,  1780 => 197,  1774 => 195,  1764 => 194,  1741 => 193,  1470 => 220,  1454 => 206,  1444 => 205,  1433 => 203,  1431 => 193,  1427 => 191,  1416 => 187,  1405 => 186,  1391 => 185,  1373 => 184,  1356 => 183,  1349 => 178,  1345 => 177,  1341 => 176,  1335 => 174,  1329 => 173,  1313 => 171,  1310 => 170,  1307 => 169,  1303 => 168,  1299 => 167,  1292 => 165,  1289 => 164,  1284 => 163,  1278 => 162,  1268 => 159,  1260 => 158,  1244 => 157,  1241 => 156,  1238 => 155,  1235 => 154,  1230 => 153,  1228 => 152,  1223 => 150,  1219 => 148,  1213 => 147,  1208 => 145,  1202 => 142,  1196 => 140,  1193 => 139,  1187 => 138,  1184 => 137,  1178 => 136,  1173 => 134,  1169 => 132,  1163 => 131,  1144 => 123,  1132 => 122,  1120 => 121,  1108 => 120,  1096 => 119,  1084 => 118,  1072 => 117,  1060 => 116,  1048 => 115,  1036 => 114,  1024 => 113,  1012 => 112,  995 => 106,  987 => 100,  976 => 99,  965 => 98,  954 => 97,  943 => 96,  932 => 95,  921 => 94,  910 => 93,  899 => 92,  888 => 91,  877 => 90,  866 => 89,  855 => 88,  844 => 87,  833 => 86,  822 => 85,  811 => 84,  800 => 83,  789 => 82,  778 => 81,  767 => 80,  756 => 79,  745 => 78,  734 => 77,  723 => 76,  712 => 75,  701 => 74,  690 => 73,  679 => 72,  668 => 71,  657 => 70,  646 => 69,  635 => 68,  624 => 67,  613 => 66,  602 => 65,  591 => 64,  580 => 63,  569 => 62,  558 => 61,  547 => 60,  536 => 59,  525 => 58,  514 => 57,  503 => 56,  492 => 55,  481 => 54,  470 => 53,  459 => 52,  448 => 51,  437 => 50,  426 => 49,  415 => 48,  404 => 47,  393 => 46,  382 => 45,  371 => 44,  360 => 43,  349 => 42,  338 => 41,  327 => 40,  316 => 39,  305 => 38,  294 => 37,  283 => 36,  272 => 35,  261 => 34,  250 => 33,  239 => 32,  228 => 31,  217 => 30,  212 => 29,  201 => 28,  191 => 27,  186 => 24,  180 => 23,  175 => 22,  170 => 21,  163 => 20,  153 => 19,  141 => 18,  132 => 16,  127 => 13,  121 => 12,  118 => 11,  108 => 10,  94 => 8,  84 => 7,  71 => 3,  61 => 2,  38 => 1,);
  1749.     }
  1750.     public function getSourceContext()
  1751.     {
  1752.         return new Source("{% extends \"base.html.twig\" %}
  1753. {% block css %}
  1754.  <link rel=\"stylesheet\" href=\"https://unpkg.com/leaflet@1.6.0/dist/leaflet.css\" integrity=\"sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==\" crossorigin=\"\"/>
  1755.  <link rel=\"stylesheet\" href=\"/leaflet-plugins/fullscreen/Control.FullScreen.css\" />
  1756.  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css\" />
  1757. {% endblock %}
  1758. {% block title %}
  1759. {% if app.request.locale == 'nl' %}{{ fossil.namenl }}{% else %}{{ fossil.nameen }}{% endif %}
  1760. {% endblock %}
  1761. {% block body %}
  1762.         <p>&nbsp;</p>
  1763.         {% if fossil.closed == 1 %}<div class=\"alert alert-danger\">{{ 'Deze locatie is gesloten'|trans }}</div>{% endif %}
  1764.         <div class=\"row flex-md-row h-md-250 position-relative\">
  1765.           <div class=\"col-md-9 position-static\">
  1766.             <!-- Start Page Content -->
  1767.             <h2>{% if app.request.locale == 'nl' %}{{ fossil.namenl }}{% else %}{{ fossil.nameen }}{% endif %}</h2>
  1768.             <p>
  1769.               <b>{{ 'Naam'|trans }}:</b> {{ fossil.location }}, {% if app.request.locale == 'nl' %}{{ fossil.country.namenl }}{% else %}{{ fossil.country.nameen }}{% endif %}<br>
  1770.               <b>{{ 'Status'|trans }}:</b> {% if fossil.closed == 1 %}{{ 'Gesloten'|trans }}{% else %}{{ 'Open'|trans }}{% endif %}<br>
  1771.               <b>{{ 'Kwetsbaarheid'|trans }}:</b> {% if fossil.vulnerability == 'public' %}{{ 'Niet kwetsbaar'|trans }}
  1772.               {% elseif fossil.vulnerability == 'slightly' %}{{ 'Licht kwetsbaar'|trans }}
  1773.               {% elseif fossil.vulnerability == 'moderate' %}{{ 'Gemiddeld kwetsbaar'|trans }}
  1774.               {% elseif fossil.vulnerability == 'very' %}{{ 'Zeer kwetsbaar'|trans }}
  1775.               {% endif %}<br>
  1776.             </p>
  1777.             <p>
  1778.               {% if fossil.hasdinosauria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Dinosauria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Dinosauria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_dinosauria.png\"></a>{% endif %}
  1779.               {% if fossil.haschlorophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Chlorophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Chlorophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_chlorophyta.png\"></a>{% endif %}
  1780.               {% if fossil.hasbelemnoidea %}<img src=\"/images/icons/fossil/has_belemnoidea.png\">{% endif %}
  1781.               {% if fossil.hasbivalvia %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bivalvia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bivalvia' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_bivalvia.png\"></a>{% endif %}
  1782.               {% if fossil.hasbrachiopoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Brachiopoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Brachiopoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_brachiopoda.png\"></a>{% endif %}
  1783.               {% if fossil.hasbryozoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bryozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bryozoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_bryozoa.png\"></a>{% endif %}
  1784.               {% if fossil.hasammonitida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ammonitida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ammonitida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ammonitida.png\"></a>{% endif %}
  1785.               {% if fossil.hasnautiloidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Nautiloidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Nautiloidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_nautiloidea.png\"></a>{% endif %}
  1786.               {% if fossil.hascrinoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Crinoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Crinoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_crinoidea.png\"></a>{% endif %}
  1787.               {% if fossil.hasforaminifera %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Foraminifera' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Foraminifera' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_foraminifera.png\"></a>{% endif %}
  1788.               {% if fossil.hasgastropoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Gastropoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Gastropoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_gastropoda.png\"></a>{% endif %}
  1789.               {% if fossil.hashemichordata %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Hemichordata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Hemichordata' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_hemichordata.png\"></a>{% endif %}
  1790.               {% if fossil.hashexapoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Hexapoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Hexapoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_hexapoda.png\"></a>{% endif %}
  1791.               {% if fossil.hasanthozoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Anthozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Anthozoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_anthozoa.png\"></a>{% endif %}
  1792.               {% if fossil.hascrustacea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Crustacea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Crustacea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_crustacea.png\"></a>{% endif %}
  1793.               {% if fossil.hasmammaliaterrestrium %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_mammaliaterrestrium.png\"></a>{% endif %}
  1794.               {% if fossil.hasostracoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ostracoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ostracoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ostracoda.png\"></a>{% endif %}
  1795.               {% if fossil.hasangiospermae %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Angiospermae' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Angiospermae' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_angiospermae.png\"></a>{% endif %}
  1796.               {% if fossil.hasconiferophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Coniferophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Coniferophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_coniferophyta.png\"></a>{% endif %}
  1797.               {% if fossil.hascycadophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Cycadophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cycadophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_cycadophyta.png\"></a>{% endif %}
  1798.               {% if fossil.haslycophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Lycophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Lycophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_lycophyta.png\"></a>{% endif %}
  1799.               {% if fossil.haspteridophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Pteridophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Pteridophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_pteridophyta.png\"></a>{% endif %}
  1800.               {% if fossil.haspteridospermophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Pteridospermophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Pteridospermophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_pteridospermophyta.png\"></a>{% endif %}
  1801.               {% if fossil.hassphenophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Sphenophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Sphenophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_sphenophyta.png\"></a>{% endif %}
  1802.               {% if fossil.hasrudista %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Rudista' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Rudista' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_rudista.png\"></a>{% endif %}
  1803.               {% if fossil.haspolychaeta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Polychaeta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Polychaeta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_polychaeta.png\"></a>{% endif %}
  1804.               {% if fossil.hasporifera %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Porifera' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Porifera' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_porifera.png\"></a>{% endif %}
  1805.               {% if fossil.hasichnofossilia %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ichnofossiel' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ichnofossil' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ichnofossilia.png\"></a>{% endif %}
  1806.               {% if fossil.hastrilobita %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Trilobita' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Trilobita' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_trilobita.png\"></a>{% endif %}
  1807.               {% if fossil.haselasmobranchii %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Elasmobranchii' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Elasmobranchii' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_elasmobranchii.png\"></a>{% endif %}
  1808.               {% if fossil.hasbatoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Batoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Batoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_batoidea.png\"></a>{% endif %}
  1809.               {% if fossil.hasaves %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Aves' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Aves' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_aves.png\"></a>{% endif %}
  1810.               {% if fossil.hasechinoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Echinoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Echinoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_echinoidea.png\"></a>{% endif %}
  1811.               {% if fossil.hasmammaliamarinis %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_mammaliamarinis.png\"></a>{% endif %}
  1812.               {% if fossil.hasbacteria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bacteria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bacteria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_bacteria.png\"></a>{% endif %}
  1813.               {% if fossil.hasarchaebacteria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Archaebacteria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Archaebacteria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_archaebacteria.png\"></a>{% endif %}
  1814.               {% if fossil.hasphaeophyceae %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Phaeophyceae' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Phaeophyceae' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_phaeophyceae.png\"></a>{% endif %}
  1815.               {% if fossil.hasdiatomophyceae %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Diatomophyceae' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Diatomophyceae' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_diatomophyceae.png\"></a>{% endif %}
  1816.               {% if fossil.hasradiolaria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Radiolaria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Radiolaria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_radiolaria.png\"></a>{% endif %}
  1817.               {% if fossil.haschoanoflagellata %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Choanoflagellata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Choanoflagellata' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_choanoflagellata.png\"></a>{% endif %}
  1818.               {% if fossil.hasmedusozoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Medusozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Medusozoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_medusozoa.png\"></a>{% endif %}
  1819.               {% if fossil.hasasterozoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Asterozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Asterozoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_asterozoa.png\"></a>{% endif %}
  1820.               {% if fossil.hasblastoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Blastoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Blastoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_blastoidea.png\"></a>{% endif %}
  1821.               {% if fossil.hascystoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Cystoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cystoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_cystoidea.png\"></a>{% endif %}
  1822.               {% if fossil.hasagnatha %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Agnatha' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Agnatha' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_agnatha.png\"></a>{% endif %}
  1823.               {% if fossil.hasplacodermi %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Placodermi' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Placodermi' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_placodermi.png\"></a>{% endif %}
  1824.               {% if fossil.haschimaeriformes %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Chimaeriformes' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Chimaeriformes' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_chimaeriformes.png\"></a>{% endif %}
  1825.               {% if fossil.hasactinopterygii %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Actinopterygii' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Actinopterygii' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_actinopterygii.png\"></a>{% endif %}
  1826.               {% if fossil.hassarcopterygii %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Sarcopterygii' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Sarcopterygii' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_sarcopterygii.png\"></a>{% endif %}
  1827.               {% if fossil.hasdipnoi %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Dipnoi' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Dipnoi' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_dipnoi.png\"></a>{% endif %}
  1828.               {% if fossil.hasamphibia %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Amphibia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Amphibia' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_amphibia.png\"></a>{% endif %}
  1829.               {% if fossil.hasanapsida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Anapsida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Anapsida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_anapsida.png\"></a>{% endif %}
  1830.               {% if fossil.hassquamata %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Squamata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Squamata' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_squamata.png\"></a>{% endif %}
  1831.               {% if fossil.hassauropterygia %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Sauropterygia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Sauropterygia' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_sauropterygia.png\"></a>{% endif %}
  1832.               {% if fossil.hasichthyosauria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ichthyosauria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ichthyosauria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ichthyosauria.png\"></a>{% endif %}
  1833.               {% if fossil.hascrocodylomorpha %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Crocodylomorpha' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Crocodylomorpha' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_crocodylomorpha.png\"></a>{% endif %}
  1834.               {% if fossil.haspterosauria %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Pterosauria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Pterosauria' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_pterosauria.png\"></a>{% endif %}
  1835.               {% if fossil.hasplatyzoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Platyzoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Platyzoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_platyzoa.png\"></a>{% endif %}
  1836.               {% if fossil.hasannelida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Annelida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Annelida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_annelida.png\"></a>{% endif %}
  1837.               {% if fossil.haspolyplacophora %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Polyplacophora' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Polyplacophora' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_polyplacophora.png\"></a>{% endif %}
  1838.               {% if fossil.hasscaphopoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Scaphopoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Scaphopoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_scaphopoda.png\"></a>{% endif %}
  1839.               {% if fossil.hasnautilida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Nautilida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Nautilida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_nautilida.png\"></a>{% endif %}
  1840.               {% if fossil.hasgoniatitida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Goniatitida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Goniatitida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_goniatitida.png\"></a>{% endif %}
  1841.               {% if fossil.hasceratitida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ceratitida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ceratitida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ceratitida.png\"></a>{% endif %}
  1842.               {% if fossil.hasneocoleoidea %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Neocoleoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Neocoleoidea' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_neocoleoidea.png\"></a>{% endif %}
  1843.               {% if fossil.hasarachnida %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Arachnida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Arachnida' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_arachnida.png\"></a>{% endif %}
  1844.               {% if fossil.hasmerostomata %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Merostomata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Merostomata' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_merostomata.png\"></a>{% endif %}
  1845.               {% if fossil.hasmyriapoda %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Myriapoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Myriapoda' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_myriapoda.png\"></a>{% endif %}
  1846.               {% if fossil.hasfungi %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Fungi' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Fungi' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_fungi.png\"></a>{% endif %}
  1847.               {% if fossil.hasmycetozoa %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Mycetozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Mycetozoa' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_mycetozoa.png\"></a>{% endif %}
  1848.               {% if fossil.hasginkgophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ginkgophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ginkgophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_ginkgophyta.png\"></a>{% endif %}
  1849.               {% if fossil.hasbryophyta %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bryophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bryophyta' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_bryophyta.png\"></a>{% endif %}
  1850.               {% if fossil.hasincertaesedis %}<a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Incertae sedis' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Incertae sedis' }) }}{% endif %}\"><img src=\"/images/icons/fossil/has_incertae sedis.png\"></a>{% endif %}
  1851.             </p>
  1852.             <p>
  1853.             <table class=\"table-responsive\" cellpadding=\"0\">
  1854.               <tr>
  1855.                 <td nowrap>
  1856.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Kwartair' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Quatenary' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isquaternary %}not{% endif %}_quaternary.png\"></a>
  1857.                   
  1858.                 </td>
  1859.               </tr>
  1860.               <tr>
  1861.                 <td nowrap style=\"font-size: 0px\">
  1862.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Neogeen' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Neogene' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isneogene %}not{% endif %}_neogene.png\"></a>
  1863.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Paleogeen' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Paleogene' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.ispaleogene %}not{% endif %}_paleogene.png\"></a>
  1864.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Krijt' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cretaceous' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.iscretaceous %}not{% endif %}_cretaceous.png\"></a>
  1865.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Jura' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Jurassic' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isjurassic %}not{% endif %}_jurassic.png\"></a>
  1866.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Trias' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Triassic' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.istriassic %}not{% endif %}_triassic.png\"></a>
  1867.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Perm' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Permian' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.ispermian %}not{% endif %}_permian.png\"></a>
  1868.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Carboon' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Carboniferous' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.iscarboniferous %}not{% endif %}_carboniferous.png\"></a>
  1869.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Devoon' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Devonian' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isdevonian %}not{% endif %}_devonian.png\"></a>
  1870.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Siluur' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Silurian' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.issilurian %}not{% endif %}_silurian.png\"></a>
  1871.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ordovicium' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ordovician' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isordovician %}not{% endif %}_ordovician.png\"></a>
  1872.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Cambrium' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cambrian' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.iscambrian %}not{% endif %}_cambrian.png\"></a>
  1873.                   <a href=\"{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Precambrium' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Precambrian' }) }}{% endif %}\"><img src=\"/images/icons/fossil/is{% if not fossil.isprecambrian %}not{% endif %}_precambrian.png\"></a>
  1874.                 </td>
  1875.               </tr>
  1876.             </table>
  1877.             </p>
  1878.             <div id=\"map\" style=\"height: 400px;\"></div>
  1879.             <p></p>
  1880.             <div class=\"article d-table\">
  1881.               {% if app.request.locale == 'nl' %}{{ fossil.descriptionnl|raw }}{% else %}{{ fossil.descriptionen|raw }}{% endif %}
  1882.             </div>
  1883.             <p></p>
  1884.             <h2>{{ 'Vondsten'|trans }}</h2>
  1885.             <div class=\"d-table\">
  1886.               {% if app.request.locale == 'nl' %}{{ fossil.findsnl|raw }}{% else %}{{ fossil.findsen|raw }}{% endif %}
  1887.               {% if app.request.locale == 'nl' %}{% set name = fossil.namenl %}{% else %}{% set name = fossil.nameen %}{% endif %}
  1888.               {% set locationurl = '[{\"id\":\"' ~ fossil.id ~ '\",\"value\":\"' ~ fossil.namenl ~ '\",\"name_en\":\"' ~ fossil.nameen ~ '\",\"location\":\"' ~ name ~ '\"}]' %}
  1889.               {{'Er staan {pictures} foto\\'s van fossielen van deze vindplaats in het <a href=\"{link}\">Fossielen Fossielendatabase</a>.'|trans({'pictures': fossils_found, '{link}' : path('fossildb', { 'page': '1', 'filter[location]': locationurl }) })|raw }}<br>
  1890.               {{'Zie hier de <a href=\"{link}\">soortenlijst van {name}</a>.'|trans({ '{name}': name ,'{link}' : path('specieslist_item', { 'type': 'location', 'id': fossil.id }) })|raw }}
  1891.             </div>
  1892.             <p></p>
  1893.             <h2>{{ 'Route'|trans }}</h2>
  1894.             <div class=\"d-table\">
  1895.               {% if app.request.locale == 'nl' %}{{ fossil.routenl|raw }}{% else %}{{ fossil.routeen|raw }}{% endif %}
  1896.             </div>
  1897.             <p></p>
  1898.             <h2>{{ 'Literatuur over deze locatie'|trans }}</h2>
  1899.             <ul>
  1900.             {% set literaturecount = 0 %}
  1901.             {% for literature in fossil.literatures|sort((a, b) => b.year <=> a.year) %}
  1902.               {% if literature.approved == '1'%}
  1903.                 {% set literaturecount = literaturecount + 1 %}
  1904.             <li><b>{{ literature.author }}, {{ literature.year }}:</b> {% if literature.url is not null %}<a href=\"{{ literature.url }}\">{{ literature.title }}</a>{% else %}{{ literature.title }}{% endif %}<br>
  1905.                 <i>{% if app.request.locale == 'nl' %}{{ literature.descriptionnl }}{% else %}{{ literature.descriptionen }}{% endif %}</i><br>
  1906.                 {% if literature.username != 'Anonymous' %}{{ 'toegevoegd door'|trans }}: {{ literature.username }}{% endif %}<br>
  1907.                 <br>
  1908.               {% endif %}
  1909.             {% endfor %}
  1910.             {% if literaturecount < 1 %}{{ 'Er is nog geen literatuur voor deze locatie toegevoegd.'|trans }}{% endif %}
  1911.             </ul>
  1912.             <a href=\"{{ path('literature_add') }}\">{{ 'Literatuur toevoegen'|trans }}</a>
  1913.             <p></p>
  1914.             <h2>{{ 'Foto\\'s van deze locatie'|trans }}</h2>
  1915.               {% for photo in fossil.locationphotos|sort((a, b) => b.date <=> a.date) %}
  1916.               {% if photo.approved == '1'%}
  1917.                 {% set thumbnail = '/uploads/locations/' ~ photo.filename|slice(0, 2) ~ \"/\" ~ photo.filename %}
  1918.                 <a href=\"/uploads/locations/{{photo.filename|slice(0, 2)}}/{{photo.filename}}\" data-footer=\"{% if app.request.locale == 'nl' %}{{ photo.descriptionnl }}{% else %}{{ photo.descriptionen }}{% endif %}\" data-toggle=\"lightbox\" data-gallery=\"locations-gallery\"><img src=\"{{ thumbnail|imagine_filter('location_thumb_small') }}\" class=\"img-fluid img-thumbnail\"></a>
  1919.               {% endif %}
  1920.               {% endfor %}
  1921.               <a href=\"{{ path('locations_photo_add', { 'type': 'fossil', 'id': fossil.id })}}\"><img src=\"/images/photo_add.png\" class=\"img-fluid img-thumbnail\"></a>
  1922.             <p></p>
  1923.             <h2>{{ 'In de buurt'|trans }}</h2>
  1924.             {% for item in locations_nearby %}
  1925.             <div class=\"row\">
  1926.               <div class=\"col-1\" style=\"text-align: right\">
  1927.                 <span class=\"feather-18\" data-feather=\"map-pin\"></span>
  1928.               </div>
  1929.               <div class=\"col-11\">
  1930.                 {% if item.type == 'fossil' %}{{ 'Fossielenlocatie'|trans }}: <a href='{{ path('locations_fossil', { 'id': item.fossil.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.fossil.location }}{% else %}{{ item.fossil.location }} {% if item.fossil.closed %}<span style=\"color: #FF0000;\">({{ 'Gesloten'|trans }})</span>{% endif %}{% endif %}
  1931.                 {% elseif item.type == 'geology' %}{{ 'Geologische locatie'|trans }}: <a href='{{ path('locations_geology', { 'id': item.geology.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.geology.location }}{% else %}{{ item.geology.location }} {% if item.geology.closed %}<span style=\"color: #FF0000;\">({{ 'Gesloten'|trans }})</span>{% endif %}{% endif %}
  1932.                 {% elseif item.type == 'museum' %}{{ 'Museum'|trans }}: <a href='{{ path('locations_museum', { 'id': item.museum.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.namenl }}{% else %}{{ item.nameen }}
  1933.                 {% endif %}{% elseif item.type == 'society' %}{{ 'Vereniging'|trans }}: <a href='{{ path('locations_society', { 'id': item.society.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.namenl }}{% else %}{{ item.nameen }}{% endif %}
  1934.                 {% endif %}</a><br>
  1935.               </div>
  1936.             </div>
  1937.             {% endfor %}
  1938.             <!-- End Page Content -->
  1939.           </div>
  1940.           {% embed 'sidebar.html.twig' %}
  1941.             {% block elements %}
  1942.             <h3>{{ 'Feedback'|trans }}</h3>
  1943.             <div class=\"w-100 text-center\">
  1944.               {{ 'Mist er iets op deze pagina? Of klopt er iets aan de tekst? Meld het ons.'|trans }}
  1945.               <p class=\"card-text\"><a href=\"{{ path('locations_review_add',{ 'type' : 'fossil', 'id' : fossil.id }) }}\"><button type=\"button\" class=\"btn btn-paleontica\">{{ 'Geef feedback'|trans }}</button></a></p>
  1946.             </div>
  1947.             <p></p>
  1948.             {% endblock %}
  1949.           {% endembed %}
  1950.         </div>
  1951. {% endblock %}
  1952. {% block javascript %}
  1953. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js\"></script>
  1954. <script>
  1955.     \$(document).ready(function() {
  1956.         \$(\"img\").addClass(\"img-fluid\");
  1957. });
  1958. \$(document).on('click', '[data-toggle=\"lightbox\"]', function(event) {
  1959.     event.preventDefault();
  1960.     \$(this).ekkoLightbox({
  1961.         wrapping: true,
  1962.     });
  1963. });
  1964. </script>
  1965. {% include \"location_leaflet.html.twig\" %}
  1966. {% endblock %}""locations_fossil.html.twig""/var/www/acc.paleontica.org/templates/locations_fossil.html.twig");
  1967.     }
  1968. }