<?php 
 
use Twig\Environment; 
use Twig\Error\LoaderError; 
use Twig\Error\RuntimeError; 
use Twig\Extension\SandboxExtension; 
use Twig\Markup; 
use Twig\Sandbox\SecurityError; 
use Twig\Sandbox\SecurityNotAllowedTagError; 
use Twig\Sandbox\SecurityNotAllowedFilterError; 
use Twig\Sandbox\SecurityNotAllowedFunctionError; 
use Twig\Source; 
use Twig\Template; 
 
/* locations_fossil.html.twig */ 
class __TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980 extends Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->blocks = [ 
            'css' => [$this, 'block_css'], 
            'title' => [$this, 'block_title'], 
            'body' => [$this, 'block_body'], 
            'javascript' => [$this, 'block_javascript'], 
        ]; 
    } 
 
    protected function doGetParent(array $context) 
    { 
        // line 1 
        return "base.html.twig"; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "locations_fossil.html.twig")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "locations_fossil.html.twig")); 
 
        $this->parent = $this->loadTemplate("base.html.twig", "locations_fossil.html.twig", 1); 
        $this->parent->display($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
    } 
 
    // line 2 
    public function block_css($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css")); 
 
        // line 3 
        echo " <link rel=\"stylesheet\" href=\"https://unpkg.com/leaflet@1.6.0/dist/leaflet.css\" integrity=\"sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==\" crossorigin=\"\"/> 
 <link rel=\"stylesheet\" href=\"/leaflet-plugins/fullscreen/Control.FullScreen.css\" /> 
 <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css\" /> 
"; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 7 
    public function block_title($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); 
 
        // line 8 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 8), "locale", [], "any", false, false, false, 8) == "nl")) { 
            echo twig_escape_filter($this->env, 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.', 8, $this->source); })()), "namenl", [], "any", false, false, false, 8), "html", null, true); 
        } else { 
            echo twig_escape_filter($this->env, 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.', 8, $this->source); })()), "nameen", [], "any", false, false, false, 8), "html", null, true); 
        } 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 10 
    public function block_body($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); 
 
        // line 11 
        echo "        <p> </p> 
        "; 
        // line 12 
        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", false, false, false, 12) == 1)) { 
            echo "<div class=\"alert alert-danger\">"; 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Deze locatie is gesloten"), "html", null, true); 
            echo "</div>"; 
        } 
        // line 13 
        echo "        <div class=\"row flex-md-row h-md-250 position-relative\"> 
          <div class=\"col-md-9 position-static\"> 
            <!-- Start Page Content --> 
            <h2>"; 
        // line 16 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 16), "locale", [], "any", false, false, false, 16) == "nl")) { 
            echo twig_escape_filter($this->env, 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.', 16, $this->source); })()), "namenl", [], "any", false, false, false, 16), "html", null, true); 
        } else { 
            echo twig_escape_filter($this->env, 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.', 16, $this->source); })()), "nameen", [], "any", false, false, false, 16), "html", null, true); 
        } 
        echo "</h2> 
            <p> 
              <b>"; 
        // line 18 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Naam"), "html", null, true); 
        echo ":</b> "; 
        echo twig_escape_filter($this->env, 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.', 18, $this->source); })()), "location", [], "any", false, false, false, 18), "html", null, true); 
        echo ", "; 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 18), "locale", [], "any", false, false, false, 18) == "nl")) { 
            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 18, $this->source); })()), "country", [], "any", false, false, false, 18), "namenl", [], "any", false, false, false, 18), "html", null, true); 
        } else { 
            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 18, $this->source); })()), "country", [], "any", false, false, false, 18), "nameen", [], "any", false, false, false, 18), "html", null, true); 
        } 
        echo "<br> 
              <b>"; 
        // line 19 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Status"), "html", null, true); 
        echo ":</b> "; 
        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", false, false, false, 19) == 1)) { 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Gesloten"), "html", null, true); 
        } else { 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Open"), "html", null, true); 
        } 
        echo "<br> 
              <b>"; 
        // line 20 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Kwetsbaarheid"), "html", null, true); 
        echo ":</b> "; 
        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", false, false, false, 20) == "public")) { 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Niet kwetsbaar"), "html", null, true); 
            echo " 
              "; 
        } elseif ((twig_get_attribute($this->env, $this->source,         // line 21 
(isset($context["fossil"]) || array_key_exists("fossil", $context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.', 21, $this->source); })()), "vulnerability", [], "any", false, false, false, 21) == "slightly")) { 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Licht kwetsbaar"), "html", null, true); 
            echo " 
              "; 
        } elseif ((twig_get_attribute($this->env, $this->source,         // line 22 
(isset($context["fossil"]) || array_key_exists("fossil", $context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.', 22, $this->source); })()), "vulnerability", [], "any", false, false, false, 22) == "moderate")) { 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Gemiddeld kwetsbaar"), "html", null, true); 
            echo " 
              "; 
        } elseif ((twig_get_attribute($this->env, $this->source,         // line 23 
(isset($context["fossil"]) || array_key_exists("fossil", $context) ? $context["fossil"] : (function () { throw new RuntimeError('Variable "fossil" does not exist.', 23, $this->source); })()), "vulnerability", [], "any", false, false, false, 23) == "very")) { 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Zeer kwetsbaar"), "html", null, true); 
            echo " 
              "; 
        } 
        // line 24 
        echo "<br> 
            </p> 
            <p> 
              "; 
        // line 27 
        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", false, false, false, 27)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 27), "locale", [], "any", false, false, false, 27) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Dinosauria"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Dinosauria"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_dinosauria.png\"></a>"; 
        } 
        // line 28 
        echo "              "; 
        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", false, false, false, 28)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 28), "locale", [], "any", false, false, false, 28) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Chlorophyta"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Chlorophyta"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_chlorophyta.png\"></a>"; 
        } 
        // line 29 
        echo "              "; 
        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", false, false, false, 29)) { 
            echo "<img src=\"/images/icons/fossil/has_belemnoidea.png\">"; 
        } 
        // line 30 
        echo "              "; 
        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", false, false, false, 30)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 30), "locale", [], "any", false, false, false, 30) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bivalvia"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bivalvia"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_bivalvia.png\"></a>"; 
        } 
        // line 31 
        echo "              "; 
        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", false, false, false, 31)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 31), "locale", [], "any", false, false, false, 31) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Brachiopoda"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Brachiopoda"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_brachiopoda.png\"></a>"; 
        } 
        // line 32 
        echo "              "; 
        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", false, false, false, 32)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 32), "locale", [], "any", false, false, false, 32) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bryozoa"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bryozoa"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_bryozoa.png\"></a>"; 
        } 
        // line 33 
        echo "              "; 
        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", false, false, false, 33)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 33), "locale", [], "any", false, false, false, 33) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ammonitida"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ammonitida"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_ammonitida.png\"></a>"; 
        } 
        // line 34 
        echo "              "; 
        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", false, false, false, 34)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 34), "locale", [], "any", false, false, false, 34) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Nautiloidea"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Nautiloidea"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_nautiloidea.png\"></a>"; 
        } 
        // line 35 
        echo "              "; 
        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", false, false, false, 35)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 35), "locale", [], "any", false, false, false, 35) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crinoidea"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crinoidea"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_crinoidea.png\"></a>"; 
        } 
        // line 36 
        echo "              "; 
        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", false, false, false, 36)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 36), "locale", [], "any", false, false, false, 36) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Foraminifera"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Foraminifera"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_foraminifera.png\"></a>"; 
        } 
        // line 37 
        echo "              "; 
        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", false, false, false, 37)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 37), "locale", [], "any", false, false, false, 37) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Gastropoda"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Gastropoda"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_gastropoda.png\"></a>"; 
        } 
        // line 38 
        echo "              "; 
        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", false, false, false, 38)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 38), "locale", [], "any", false, false, false, 38) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Hemichordata"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Hemichordata"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_hemichordata.png\"></a>"; 
        } 
        // line 39 
        echo "              "; 
        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", false, false, false, 39)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 39), "locale", [], "any", false, false, false, 39) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Hexapoda"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Hexapoda"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_hexapoda.png\"></a>"; 
        } 
        // line 40 
        echo "              "; 
        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", false, false, false, 40)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 40), "locale", [], "any", false, false, false, 40) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Anthozoa"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Anthozoa"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_anthozoa.png\"></a>"; 
        } 
        // line 41 
        echo "              "; 
        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", false, false, false, 41)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 41), "locale", [], "any", false, false, false, 41) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crustacea"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crustacea"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_crustacea.png\"></a>"; 
        } 
        // line 42 
        echo "              "; 
        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", false, false, false, 42)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 42), "locale", [], "any", false, false, false, 42) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mammalia"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mammalia"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_mammaliaterrestrium.png\"></a>"; 
        } 
        // line 43 
        echo "              "; 
        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", false, false, false, 43)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 43), "locale", [], "any", false, false, false, 43) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ostracoda"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ostracoda"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_ostracoda.png\"></a>"; 
        } 
        // line 44 
        echo "              "; 
        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", false, false, false, 44)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 44), "locale", [], "any", false, false, false, 44) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Angiospermae"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Angiospermae"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_angiospermae.png\"></a>"; 
        } 
        // line 45 
        echo "              "; 
        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", false, false, false, 45)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 45), "locale", [], "any", false, false, false, 45) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Coniferophyta"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Coniferophyta"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_coniferophyta.png\"></a>"; 
        } 
        // line 46 
        echo "              "; 
        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", false, false, false, 46)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 46), "locale", [], "any", false, false, false, 46) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cycadophyta"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cycadophyta"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_cycadophyta.png\"></a>"; 
        } 
        // line 47 
        echo "              "; 
        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", false, false, false, 47)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 47), "locale", [], "any", false, false, false, 47) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Lycophyta"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Lycophyta"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_lycophyta.png\"></a>"; 
        } 
        // line 48 
        echo "              "; 
        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", false, false, false, 48)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 48), "locale", [], "any", false, false, false, 48) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pteridophyta"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pteridophyta"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_pteridophyta.png\"></a>"; 
        } 
        // line 49 
        echo "              "; 
        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", false, false, false, 49)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 49), "locale", [], "any", false, false, false, 49) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pteridospermophyta"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pteridospermophyta"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_pteridospermophyta.png\"></a>"; 
        } 
        // line 50 
        echo "              "; 
        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", false, false, false, 50)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 50), "locale", [], "any", false, false, false, 50) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sphenophyta"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sphenophyta"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_sphenophyta.png\"></a>"; 
        } 
        // line 51 
        echo "              "; 
        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", false, false, false, 51)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 51), "locale", [], "any", false, false, false, 51) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Rudista"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Rudista"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_rudista.png\"></a>"; 
        } 
        // line 52 
        echo "              "; 
        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", false, false, false, 52)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 52), "locale", [], "any", false, false, false, 52) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Polychaeta"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Polychaeta"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_polychaeta.png\"></a>"; 
        } 
        // line 53 
        echo "              "; 
        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", false, false, false, 53)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 53), "locale", [], "any", false, false, false, 53) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Porifera"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Porifera"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_porifera.png\"></a>"; 
        } 
        // line 54 
        echo "              "; 
        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", false, false, false, 54)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 54), "locale", [], "any", false, false, false, 54) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ichnofossiel"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ichnofossil"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_ichnofossilia.png\"></a>"; 
        } 
        // line 55 
        echo "              "; 
        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", false, false, false, 55)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 55), "locale", [], "any", false, false, false, 55) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Trilobita"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Trilobita"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_trilobita.png\"></a>"; 
        } 
        // line 56 
        echo "              "; 
        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", false, false, false, 56)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 56), "locale", [], "any", false, false, false, 56) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Elasmobranchii"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Elasmobranchii"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_elasmobranchii.png\"></a>"; 
        } 
        // line 57 
        echo "              "; 
        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", false, false, false, 57)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 57), "locale", [], "any", false, false, false, 57) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Batoidea"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Batoidea"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_batoidea.png\"></a>"; 
        } 
        // line 58 
        echo "              "; 
        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", false, false, false, 58)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 58), "locale", [], "any", false, false, false, 58) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Aves"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Aves"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_aves.png\"></a>"; 
        } 
        // line 59 
        echo "              "; 
        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", false, false, false, 59)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 59), "locale", [], "any", false, false, false, 59) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Echinoidea"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Echinoidea"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_echinoidea.png\"></a>"; 
        } 
        // line 60 
        echo "              "; 
        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", false, false, false, 60)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 60), "locale", [], "any", false, false, false, 60) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mammalia"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mammalia"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_mammaliamarinis.png\"></a>"; 
        } 
        // line 61 
        echo "              "; 
        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", false, false, false, 61)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 61), "locale", [], "any", false, false, false, 61) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bacteria"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bacteria"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_bacteria.png\"></a>"; 
        } 
        // line 62 
        echo "              "; 
        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", false, false, false, 62)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 62), "locale", [], "any", false, false, false, 62) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Archaebacteria"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Archaebacteria"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_archaebacteria.png\"></a>"; 
        } 
        // line 63 
        echo "              "; 
        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", false, false, false, 63)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 63), "locale", [], "any", false, false, false, 63) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Phaeophyceae"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Phaeophyceae"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_phaeophyceae.png\"></a>"; 
        } 
        // line 64 
        echo "              "; 
        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", false, false, false, 64)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 64), "locale", [], "any", false, false, false, 64) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Diatomophyceae"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Diatomophyceae"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_diatomophyceae.png\"></a>"; 
        } 
        // line 65 
        echo "              "; 
        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", false, false, false, 65)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 65), "locale", [], "any", false, false, false, 65) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Radiolaria"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Radiolaria"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_radiolaria.png\"></a>"; 
        } 
        // line 66 
        echo "              "; 
        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", false, false, false, 66)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 66), "locale", [], "any", false, false, false, 66) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Choanoflagellata"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Choanoflagellata"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_choanoflagellata.png\"></a>"; 
        } 
        // line 67 
        echo "              "; 
        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", false, false, false, 67)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 67), "locale", [], "any", false, false, false, 67) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Medusozoa"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Medusozoa"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_medusozoa.png\"></a>"; 
        } 
        // line 68 
        echo "              "; 
        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", false, false, false, 68)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 68), "locale", [], "any", false, false, false, 68) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Asterozoa"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Asterozoa"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_asterozoa.png\"></a>"; 
        } 
        // line 69 
        echo "              "; 
        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", false, false, false, 69)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 69), "locale", [], "any", false, false, false, 69) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Blastoidea"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Blastoidea"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_blastoidea.png\"></a>"; 
        } 
        // line 70 
        echo "              "; 
        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", false, false, false, 70)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 70), "locale", [], "any", false, false, false, 70) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cystoidea"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cystoidea"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_cystoidea.png\"></a>"; 
        } 
        // line 71 
        echo "              "; 
        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", false, false, false, 71)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 71), "locale", [], "any", false, false, false, 71) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Agnatha"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Agnatha"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_agnatha.png\"></a>"; 
        } 
        // line 72 
        echo "              "; 
        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", false, false, false, 72)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 72), "locale", [], "any", false, false, false, 72) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Placodermi"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Placodermi"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_placodermi.png\"></a>"; 
        } 
        // line 73 
        echo "              "; 
        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", false, false, false, 73)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 73), "locale", [], "any", false, false, false, 73) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Chimaeriformes"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Chimaeriformes"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_chimaeriformes.png\"></a>"; 
        } 
        // line 74 
        echo "              "; 
        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", false, false, false, 74)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 74), "locale", [], "any", false, false, false, 74) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Actinopterygii"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Actinopterygii"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_actinopterygii.png\"></a>"; 
        } 
        // line 75 
        echo "              "; 
        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", false, false, false, 75)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 75), "locale", [], "any", false, false, false, 75) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sarcopterygii"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sarcopterygii"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_sarcopterygii.png\"></a>"; 
        } 
        // line 76 
        echo "              "; 
        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", false, false, false, 76)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 76), "locale", [], "any", false, false, false, 76) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Dipnoi"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Dipnoi"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_dipnoi.png\"></a>"; 
        } 
        // line 77 
        echo "              "; 
        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", false, false, false, 77)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 77), "locale", [], "any", false, false, false, 77) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Amphibia"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Amphibia"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_amphibia.png\"></a>"; 
        } 
        // line 78 
        echo "              "; 
        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", false, false, false, 78)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 78), "locale", [], "any", false, false, false, 78) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Anapsida"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Anapsida"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_anapsida.png\"></a>"; 
        } 
        // line 79 
        echo "              "; 
        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", false, false, false, 79)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 79), "locale", [], "any", false, false, false, 79) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Squamata"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Squamata"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_squamata.png\"></a>"; 
        } 
        // line 80 
        echo "              "; 
        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", false, false, false, 80)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 80), "locale", [], "any", false, false, false, 80) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sauropterygia"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Sauropterygia"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_sauropterygia.png\"></a>"; 
        } 
        // line 81 
        echo "              "; 
        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", false, false, false, 81)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 81), "locale", [], "any", false, false, false, 81) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ichthyosauria"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ichthyosauria"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_ichthyosauria.png\"></a>"; 
        } 
        // line 82 
        echo "              "; 
        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", false, false, false, 82)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 82), "locale", [], "any", false, false, false, 82) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crocodylomorpha"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Crocodylomorpha"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_crocodylomorpha.png\"></a>"; 
        } 
        // line 83 
        echo "              "; 
        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", false, false, false, 83)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 83), "locale", [], "any", false, false, false, 83) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pterosauria"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Pterosauria"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_pterosauria.png\"></a>"; 
        } 
        // line 84 
        echo "              "; 
        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", false, false, false, 84)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 84), "locale", [], "any", false, false, false, 84) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Platyzoa"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Platyzoa"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_platyzoa.png\"></a>"; 
        } 
        // line 85 
        echo "              "; 
        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", false, false, false, 85)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 85), "locale", [], "any", false, false, false, 85) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Annelida"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Annelida"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_annelida.png\"></a>"; 
        } 
        // line 86 
        echo "              "; 
        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", false, false, false, 86)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 86), "locale", [], "any", false, false, false, 86) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Polyplacophora"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Polyplacophora"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_polyplacophora.png\"></a>"; 
        } 
        // line 87 
        echo "              "; 
        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", false, false, false, 87)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 87), "locale", [], "any", false, false, false, 87) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Scaphopoda"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Scaphopoda"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_scaphopoda.png\"></a>"; 
        } 
        // line 88 
        echo "              "; 
        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", false, false, false, 88)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 88), "locale", [], "any", false, false, false, 88) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Nautilida"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Nautilida"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_nautilida.png\"></a>"; 
        } 
        // line 89 
        echo "              "; 
        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", false, false, false, 89)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 89), "locale", [], "any", false, false, false, 89) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Goniatitida"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Goniatitida"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_goniatitida.png\"></a>"; 
        } 
        // line 90 
        echo "              "; 
        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", false, false, false, 90)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 90), "locale", [], "any", false, false, false, 90) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ceratitida"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ceratitida"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_ceratitida.png\"></a>"; 
        } 
        // line 91 
        echo "              "; 
        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", false, false, false, 91)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 91), "locale", [], "any", false, false, false, 91) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Neocoleoidea"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Neocoleoidea"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_neocoleoidea.png\"></a>"; 
        } 
        // line 92 
        echo "              "; 
        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", false, false, false, 92)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 92), "locale", [], "any", false, false, false, 92) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Arachnida"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Arachnida"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_arachnida.png\"></a>"; 
        } 
        // line 93 
        echo "              "; 
        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", false, false, false, 93)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 93), "locale", [], "any", false, false, false, 93) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Merostomata"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Merostomata"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_merostomata.png\"></a>"; 
        } 
        // line 94 
        echo "              "; 
        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", false, false, false, 94)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 94), "locale", [], "any", false, false, false, 94) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Myriapoda"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Myriapoda"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_myriapoda.png\"></a>"; 
        } 
        // line 95 
        echo "              "; 
        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", false, false, false, 95)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 95), "locale", [], "any", false, false, false, 95) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Fungi"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Fungi"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_fungi.png\"></a>"; 
        } 
        // line 96 
        echo "              "; 
        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", false, false, false, 96)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 96), "locale", [], "any", false, false, false, 96) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mycetozoa"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Mycetozoa"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_mycetozoa.png\"></a>"; 
        } 
        // line 97 
        echo "              "; 
        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", false, false, false, 97)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 97), "locale", [], "any", false, false, false, 97) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ginkgophyta"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ginkgophyta"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_ginkgophyta.png\"></a>"; 
        } 
        // line 98 
        echo "              "; 
        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", false, false, false, 98)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 98), "locale", [], "any", false, false, false, 98) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bryophyta"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Bryophyta"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_bryophyta.png\"></a>"; 
        } 
        // line 99 
        echo "              "; 
        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", false, false, false, 99)) { 
            echo "<a href=\""; 
            if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 99), "locale", [], "any", false, false, false, 99) == "nl")) { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Incertae sedis"]); 
            } else { 
                echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Incertae sedis"]); 
            } 
            echo "\"><img src=\"/images/icons/fossil/has_incertae sedis.png\"></a>"; 
        } 
        // line 100 
        echo " 
            </p> 
            <p> 
            <table class=\"table-responsive\" cellpadding=\"0\"> 
              <tr> 
                <td nowrap> 
                  <a href=\""; 
        // line 106 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 106), "locale", [], "any", false, false, false, 106) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Kwartair"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Quatenary"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 106)) { 
            echo "not"; 
        } 
        echo "_quaternary.png\"></a> 
                   
                </td> 
              </tr> 
              <tr> 
                <td nowrap style=\"font-size: 0px\"> 
                  <a href=\""; 
        // line 112 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 112), "locale", [], "any", false, false, false, 112) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Neogeen"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Neogene"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 112)) { 
            echo "not"; 
        } 
        echo "_neogene.png\"></a> 
                  <a href=\""; 
        // line 113 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 113), "locale", [], "any", false, false, false, 113) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Paleogeen"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Paleogene"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 113)) { 
            echo "not"; 
        } 
        echo "_paleogene.png\"></a> 
                  <a href=\""; 
        // line 114 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 114), "locale", [], "any", false, false, false, 114) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Krijt"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cretaceous"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 114)) { 
            echo "not"; 
        } 
        echo "_cretaceous.png\"></a> 
                  <a href=\""; 
        // line 115 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 115), "locale", [], "any", false, false, false, 115) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Jura"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Jurassic"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 115)) { 
            echo "not"; 
        } 
        echo "_jurassic.png\"></a> 
                  <a href=\""; 
        // line 116 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 116), "locale", [], "any", false, false, false, 116) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Trias"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Triassic"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 116)) { 
            echo "not"; 
        } 
        echo "_triassic.png\"></a> 
                  <a href=\""; 
        // line 117 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 117), "locale", [], "any", false, false, false, 117) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Perm"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Permian"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 117)) { 
            echo "not"; 
        } 
        echo "_permian.png\"></a> 
                  <a href=\""; 
        // line 118 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 118), "locale", [], "any", false, false, false, 118) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Carboon"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Carboniferous"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 118)) { 
            echo "not"; 
        } 
        echo "_carboniferous.png\"></a> 
                  <a href=\""; 
        // line 119 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 119), "locale", [], "any", false, false, false, 119) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Devoon"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Devonian"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 119)) { 
            echo "not"; 
        } 
        echo "_devonian.png\"></a> 
                  <a href=\""; 
        // line 120 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 120), "locale", [], "any", false, false, false, 120) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Siluur"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Silurian"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 120)) { 
            echo "not"; 
        } 
        echo "_silurian.png\"></a> 
                  <a href=\""; 
        // line 121 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 121), "locale", [], "any", false, false, false, 121) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ordovicium"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Ordovician"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 121)) { 
            echo "not"; 
        } 
        echo "_ordovician.png\"></a> 
                  <a href=\""; 
        // line 122 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 122), "locale", [], "any", false, false, false, 122) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cambrium"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Cambrian"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 122)) { 
            echo "not"; 
        } 
        echo "_cambrian.png\"></a> 
                  <a href=\""; 
        // line 123 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 123), "locale", [], "any", false, false, false, 123) == "nl")) { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Precambrium"]); 
        } else { 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("glossary_by_title", ["title" => "Precambrian"]); 
        } 
        echo "\"><img src=\"/images/icons/fossil/is"; 
        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", false, false, false, 123)) { 
            echo "not"; 
        } 
        echo "_precambrian.png\"></a> 
                </td> 
              </tr> 
            </table> 
            </p> 
            <div id=\"map\" style=\"height: 400px;\"></div> 
            <p></p> 
            <div class=\"article d-table\"> 
              "; 
        // line 131 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 131), "locale", [], "any", false, false, false, 131) == "nl")) { 
            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", false, false, false, 131); 
        } else { 
            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", false, false, false, 131); 
        } 
        // line 132 
        echo "            </div> 
            <p></p> 
            <h2>"; 
        // line 134 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vondsten"), "html", null, true); 
        echo "</h2> 
            <div class=\"d-table\"> 
              "; 
        // line 136 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 136), "locale", [], "any", false, false, false, 136) == "nl")) { 
            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", false, false, false, 136); 
        } else { 
            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", false, false, false, 136); 
        } 
        // line 137 
        echo " 
              "; 
        // line 138 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 138), "locale", [], "any", false, false, false, 138) == "nl")) { 
            $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", false, false, false, 138); 
        } else { 
            $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", false, false, false, 138); 
        } 
        // line 139 
        echo "              "; 
        $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", false, false, false, 139)) . "\",\"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", false, false, false, 139)) . "\",\"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", false, false, false, 139)) . "\",\"location\":\"") . (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 139, $this->source); })())) . "\"}]"); 
        // line 140 
        echo "              "; 
        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); })())])]); 
        echo "<br> 
 
              "; 
        // line 142 
        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", false, false, false, 142)])]); 
        echo " 
            </div> 
            <p></p> 
            <h2>"; 
        // line 145 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Route"), "html", null, true); 
        echo "</h2> 
            <div class=\"d-table\"> 
              "; 
        // line 147 
        if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 147), "locale", [], "any", false, false, false, 147) == "nl")) { 
            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", false, false, false, 147); 
        } else { 
            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", false, false, false, 147); 
        } 
        // line 148 
        echo "            </div> 
            <p></p> 
            <h2>"; 
        // line 150 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Literatuur over deze locatie"), "html", null, true); 
        echo "</h2> 
            <ul> 
            "; 
        // line 152 
        $context["literaturecount"] = 0; 
        // line 153 
        echo "            "; 
        $context['_parent'] = $context; 
        $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->env, 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.', 153, $this->source); })()), "literatures", [], "any", false, false, false, 153), 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", false, false, false, 153) <=> 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", false, false, false, 153)); })); 
        foreach ($context['_seq'] as $context["_key"] => $context["literature"]) { 
            // line 154 
            echo "              "; 
            if ((twig_get_attribute($this->env, $this->source, $context["literature"], "approved", [], "any", false, false, false, 154) == "1")) { 
                // line 155 
                echo "                "; 
                $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); 
                // line 156 
                echo " 
            <li><b>"; 
                // line 157 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["literature"], "author", [], "any", false, false, false, 157), "html", null, true); 
                echo ", "; 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["literature"], "year", [], "any", false, false, false, 157), "html", null, true); 
                echo ":</b> "; 
                if ( !(null === twig_get_attribute($this->env, $this->source, $context["literature"], "url", [], "any", false, false, false, 157))) { 
                    echo "<a href=\""; 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["literature"], "url", [], "any", false, false, false, 157), "html", null, true); 
                    echo "\">"; 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["literature"], "title", [], "any", false, false, false, 157), "html", null, true); 
                    echo "</a>"; 
                } else { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["literature"], "title", [], "any", false, false, false, 157), "html", null, true); 
                } 
                echo "<br> 
                <i>"; 
                // line 158 
                if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 158), "locale", [], "any", false, false, false, 158) == "nl")) { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["literature"], "descriptionnl", [], "any", false, false, false, 158), "html", null, true); 
                } else { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["literature"], "descriptionen", [], "any", false, false, false, 158), "html", null, true); 
                } 
                echo "</i><br> 
                "; 
                // line 159 
                if ((twig_get_attribute($this->env, $this->source, $context["literature"], "username", [], "any", false, false, false, 159) != "Anonymous")) { 
                    echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("toegevoegd door"), "html", null, true); 
                    echo ": "; 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["literature"], "username", [], "any", false, false, false, 159), "html", null, true); 
                } 
                echo "<br> 
                <br> 
              "; 
            } 
            // line 162 
            echo "            "; 
        } 
        $_parent = $context['_parent']; 
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['literature'], $context['_parent'], $context['loop']); 
        $context = array_intersect_key($context, $_parent) + $_parent; 
        // line 163 
        echo "            "; 
        if (((isset($context["literaturecount"]) || array_key_exists("literaturecount", $context) ? $context["literaturecount"] : (function () { throw new RuntimeError('Variable "literaturecount" does not exist.', 163, $this->source); })()) < 1)) { 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Er is nog geen literatuur voor deze locatie toegevoegd."), "html", null, true); 
        } 
        // line 164 
        echo "            </ul> 
            <a href=\""; 
        // line 165 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("literature_add"); 
        echo "\">"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Literatuur toevoegen"), "html", null, true); 
        echo "</a> 
            <p></p> 
            <h2>"; 
        // line 167 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Foto's van deze locatie"), "html", null, true); 
        echo "</h2> 
              "; 
        // line 168 
        $context['_parent'] = $context; 
        $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->env, 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.', 168, $this->source); })()), "locationphotos", [], "any", false, false, false, 168), 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", false, false, false, 168) <=> 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", false, false, false, 168)); })); 
        foreach ($context['_seq'] as $context["_key"] => $context["photo"]) { 
            // line 169 
            echo "              "; 
            if ((twig_get_attribute($this->env, $this->source, $context["photo"], "approved", [], "any", false, false, false, 169) == "1")) { 
                // line 170 
                echo "                "; 
                $context["thumbnail"] = ((("/uploads/locations/" . twig_slice($this->env, twig_get_attribute($this->env, $this->source, $context["photo"], "filename", [], "any", false, false, false, 170), 0, 2)) . "/") . twig_get_attribute($this->env, $this->source, $context["photo"], "filename", [], "any", false, false, false, 170)); 
                // line 171 
                echo "                <a href=\"/uploads/locations/"; 
                echo twig_escape_filter($this->env, twig_slice($this->env, twig_get_attribute($this->env, $this->source, $context["photo"], "filename", [], "any", false, false, false, 171), 0, 2), "html", null, true); 
                echo "/"; 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["photo"], "filename", [], "any", false, false, false, 171), "html", null, true); 
                echo "\" data-footer=\""; 
                if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 171), "locale", [], "any", false, false, false, 171) == "nl")) { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["photo"], "descriptionnl", [], "any", false, false, false, 171), "html", null, true); 
                } else { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["photo"], "descriptionen", [], "any", false, false, false, 171), "html", null, true); 
                } 
                echo "\" data-toggle=\"lightbox\" data-gallery=\"locations-gallery\"><img src=\""; 
                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", null, true); 
                echo "\" class=\"img-fluid img-thumbnail\"></a> 
              "; 
            } 
            // line 173 
            echo "              "; 
        } 
        $_parent = $context['_parent']; 
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['photo'], $context['_parent'], $context['loop']); 
        $context = array_intersect_key($context, $_parent) + $_parent; 
        // line 174 
        echo "              <a href=\""; 
        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", false, false, false, 174)]), "html", null, true); 
        echo "\"><img src=\"/images/photo_add.png\" class=\"img-fluid img-thumbnail\"></a> 
            <p></p> 
            <h2>"; 
        // line 176 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("In de buurt"), "html", null, true); 
        echo "</h2> 
            "; 
        // line 177 
        $context['_parent'] = $context; 
        $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); })())); 
        foreach ($context['_seq'] as $context["_key"] => $context["item"]) { 
            // line 178 
            echo "            <div class=\"row\"> 
              <div class=\"col-1\" style=\"text-align: right\"> 
                <span class=\"feather-18\" data-feather=\"map-pin\"></span> 
              </div> 
              <div class=\"col-11\"> 
                "; 
            // line 183 
            if ((twig_get_attribute($this->env, $this->source, $context["item"], "type", [], "any", false, false, false, 183) == "fossil")) { 
                echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Fossielenlocatie"), "html", null, true); 
                echo ": <a href='"; 
                echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locations_fossil", ["id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "fossil", [], "any", false, false, false, 183), "id", [], "any", false, false, false, 183)]), "html", null, true); 
                echo "'>"; 
                if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 183), "locale", [], "any", false, false, false, 183) == "nl")) { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "fossil", [], "any", false, false, false, 183), "location", [], "any", false, false, false, 183), "html", null, true); 
                } else { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "fossil", [], "any", false, false, false, 183), "location", [], "any", false, false, false, 183), "html", null, true); 
                    echo " "; 
                    if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "fossil", [], "any", false, false, false, 183), "closed", [], "any", false, false, false, 183)) { 
                        echo "<span style=\"color: #FF0000;\">("; 
                        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Gesloten"), "html", null, true); 
                        echo ")</span>"; 
                    } 
                } 
                // line 184 
                echo "                "; 
            } elseif ((twig_get_attribute($this->env, $this->source, $context["item"], "type", [], "any", false, false, false, 184) == "geology")) { 
                echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Geologische locatie"), "html", null, true); 
                echo ": <a href='"; 
                echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locations_geology", ["id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "geology", [], "any", false, false, false, 184), "id", [], "any", false, false, false, 184)]), "html", null, true); 
                echo "'>"; 
                if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 184), "locale", [], "any", false, false, false, 184) == "nl")) { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "geology", [], "any", false, false, false, 184), "location", [], "any", false, false, false, 184), "html", null, true); 
                } else { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "geology", [], "any", false, false, false, 184), "location", [], "any", false, false, false, 184), "html", null, true); 
                    echo " "; 
                    if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "geology", [], "any", false, false, false, 184), "closed", [], "any", false, false, false, 184)) { 
                        echo "<span style=\"color: #FF0000;\">("; 
                        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Gesloten"), "html", null, true); 
                        echo ")</span>"; 
                    } 
                } 
                // line 185 
                echo "                "; 
            } elseif ((twig_get_attribute($this->env, $this->source, $context["item"], "type", [], "any", false, false, false, 185) == "museum")) { 
                echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Museum"), "html", null, true); 
                echo ": <a href='"; 
                echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locations_museum", ["id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "museum", [], "any", false, false, false, 185), "id", [], "any", false, false, false, 185)]), "html", null, true); 
                echo "'>"; 
                if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 185), "locale", [], "any", false, false, false, 185) == "nl")) { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "namenl", [], "any", false, false, false, 185), "html", null, true); 
                } else { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameen", [], "any", false, false, false, 185), "html", null, true); 
                    echo " 
                "; 
                } 
            } elseif ((twig_get_attribute($this->env, $this->source,             // line 186 
$context["item"], "type", [], "any", false, false, false, 186) == "society")) { 
                echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vereniging"), "html", null, true); 
                echo ": <a href='"; 
                echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locations_society", ["id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "society", [], "any", false, false, false, 186), "id", [], "any", false, false, false, 186)]), "html", null, true); 
                echo "'>"; 
                if ((twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 186), "locale", [], "any", false, false, false, 186) == "nl")) { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "namenl", [], "any", false, false, false, 186), "html", null, true); 
                } else { 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameen", [], "any", false, false, false, 186), "html", null, true); 
                } 
                // line 187 
                echo "                "; 
            } 
            echo "</a><br> 
              </div> 
            </div> 
            "; 
        } 
        $_parent = $context['_parent']; 
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); 
        $context = array_intersect_key($context, $_parent) + $_parent; 
        // line 191 
        echo "            <!-- End Page Content --> 
          </div> 
          "; 
        // line 193 
        $this->loadTemplate("locations_fossil.html.twig", "locations_fossil.html.twig", 193, "914503912")->display($context); 
        // line 203 
        echo "        </div> 
"; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 205 
    public function block_javascript($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript")); 
 
        // line 206 
        echo "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js\"></script> 
<script> 
    \$(document).ready(function() { 
        \$(\"img\").addClass(\"img-fluid\"); 
}); 
 
\$(document).on('click', '[data-toggle=\"lightbox\"]', function(event) { 
    event.preventDefault(); 
    \$(this).ekkoLightbox({ 
        wrapping: true, 
    }); 
}); 
</script> 
 
"; 
        // line 220 
        $this->loadTemplate("location_leaflet.html.twig", "locations_fossil.html.twig", 220)->display($context); 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "locations_fossil.html.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        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,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{% extends \"base.html.twig\" %} 
{% block css %} 
 <link rel=\"stylesheet\" href=\"https://unpkg.com/leaflet@1.6.0/dist/leaflet.css\" integrity=\"sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==\" crossorigin=\"\"/> 
 <link rel=\"stylesheet\" href=\"/leaflet-plugins/fullscreen/Control.FullScreen.css\" /> 
 <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css\" /> 
{% endblock %} 
{% block title %} 
{% if app.request.locale == 'nl' %}{{ fossil.namenl }}{% else %}{{ fossil.nameen }}{% endif %} 
{% endblock %} 
{% block body %} 
        <p> </p> 
        {% if fossil.closed == 1 %}<div class=\"alert alert-danger\">{{ 'Deze locatie is gesloten'|trans }}</div>{% endif %} 
        <div class=\"row flex-md-row h-md-250 position-relative\"> 
          <div class=\"col-md-9 position-static\"> 
            <!-- Start Page Content --> 
            <h2>{% if app.request.locale == 'nl' %}{{ fossil.namenl }}{% else %}{{ fossil.nameen }}{% endif %}</h2> 
            <p> 
              <b>{{ 'Naam'|trans }}:</b> {{ fossil.location }}, {% if app.request.locale == 'nl' %}{{ fossil.country.namenl }}{% else %}{{ fossil.country.nameen }}{% endif %}<br> 
              <b>{{ 'Status'|trans }}:</b> {% if fossil.closed == 1 %}{{ 'Gesloten'|trans }}{% else %}{{ 'Open'|trans }}{% endif %}<br> 
              <b>{{ 'Kwetsbaarheid'|trans }}:</b> {% if fossil.vulnerability == 'public' %}{{ 'Niet kwetsbaar'|trans }} 
              {% elseif fossil.vulnerability == 'slightly' %}{{ 'Licht kwetsbaar'|trans }} 
              {% elseif fossil.vulnerability == 'moderate' %}{{ 'Gemiddeld kwetsbaar'|trans }} 
              {% elseif fossil.vulnerability == 'very' %}{{ 'Zeer kwetsbaar'|trans }} 
              {% endif %}<br> 
            </p> 
            <p> 
              {% 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 %} 
              {% 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 %} 
              {% if fossil.hasbelemnoidea %}<img src=\"/images/icons/fossil/has_belemnoidea.png\">{% endif %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
 
            </p> 
            <p> 
            <table class=\"table-responsive\" cellpadding=\"0\"> 
              <tr> 
                <td nowrap> 
                  <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> 
                   
                </td> 
              </tr> 
              <tr> 
                <td nowrap style=\"font-size: 0px\"> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                </td> 
              </tr> 
            </table> 
            </p> 
            <div id=\"map\" style=\"height: 400px;\"></div> 
            <p></p> 
            <div class=\"article d-table\"> 
              {% if app.request.locale == 'nl' %}{{ fossil.descriptionnl|raw }}{% else %}{{ fossil.descriptionen|raw }}{% endif %} 
            </div> 
            <p></p> 
            <h2>{{ 'Vondsten'|trans }}</h2> 
            <div class=\"d-table\"> 
              {% if app.request.locale == 'nl' %}{{ fossil.findsnl|raw }}{% else %}{{ fossil.findsen|raw }}{% endif %} 
 
              {% if app.request.locale == 'nl' %}{% set name = fossil.namenl %}{% else %}{% set name = fossil.nameen %}{% endif %} 
              {% set locationurl = '[{\"id\":\"' ~ fossil.id ~ '\",\"value\":\"' ~ fossil.namenl ~ '\",\"name_en\":\"' ~ fossil.nameen ~ '\",\"location\":\"' ~ name ~ '\"}]' %} 
              {{'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> 
 
              {{'Zie hier de <a href=\"{link}\">soortenlijst van {name}</a>.'|trans({ '{name}': name ,'{link}' : path('specieslist_item', { 'type': 'location', 'id': fossil.id }) })|raw }} 
            </div> 
            <p></p> 
            <h2>{{ 'Route'|trans }}</h2> 
            <div class=\"d-table\"> 
              {% if app.request.locale == 'nl' %}{{ fossil.routenl|raw }}{% else %}{{ fossil.routeen|raw }}{% endif %} 
            </div> 
            <p></p> 
            <h2>{{ 'Literatuur over deze locatie'|trans }}</h2> 
            <ul> 
            {% set literaturecount = 0 %} 
            {% for literature in fossil.literatures|sort((a, b) => b.year <=> a.year) %} 
              {% if literature.approved == '1'%} 
                {% set literaturecount = literaturecount + 1 %} 
 
            <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> 
                <i>{% if app.request.locale == 'nl' %}{{ literature.descriptionnl }}{% else %}{{ literature.descriptionen }}{% endif %}</i><br> 
                {% if literature.username != 'Anonymous' %}{{ 'toegevoegd door'|trans }}: {{ literature.username }}{% endif %}<br> 
                <br> 
              {% endif %} 
            {% endfor %} 
            {% if literaturecount < 1 %}{{ 'Er is nog geen literatuur voor deze locatie toegevoegd.'|trans }}{% endif %} 
            </ul> 
            <a href=\"{{ path('literature_add') }}\">{{ 'Literatuur toevoegen'|trans }}</a> 
            <p></p> 
            <h2>{{ 'Foto\\'s van deze locatie'|trans }}</h2> 
              {% for photo in fossil.locationphotos|sort((a, b) => b.date <=> a.date) %} 
              {% if photo.approved == '1'%} 
                {% set thumbnail = '/uploads/locations/' ~ photo.filename|slice(0, 2) ~ \"/\" ~ photo.filename %} 
                <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> 
              {% endif %} 
              {% endfor %} 
              <a href=\"{{ path('locations_photo_add', { 'type': 'fossil', 'id': fossil.id })}}\"><img src=\"/images/photo_add.png\" class=\"img-fluid img-thumbnail\"></a> 
            <p></p> 
            <h2>{{ 'In de buurt'|trans }}</h2> 
            {% for item in locations_nearby %} 
            <div class=\"row\"> 
              <div class=\"col-1\" style=\"text-align: right\"> 
                <span class=\"feather-18\" data-feather=\"map-pin\"></span> 
              </div> 
              <div class=\"col-11\"> 
                {% 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 %} 
                {% 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 %} 
                {% 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 }} 
                {% 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 %} 
                {% endif %}</a><br> 
              </div> 
            </div> 
            {% endfor %} 
            <!-- End Page Content --> 
          </div> 
          {% embed 'sidebar.html.twig' %} 
            {% block elements %} 
            <h3>{{ 'Feedback'|trans }}</h3> 
            <div class=\"w-100 text-center\"> 
              {{ 'Mist er iets op deze pagina? Of klopt er iets aan de tekst? Meld het ons.'|trans }} 
              <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> 
            </div> 
            <p></p> 
            {% endblock %} 
          {% endembed %} 
        </div> 
{% endblock %} 
{% block javascript %} 
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js\"></script> 
<script> 
    \$(document).ready(function() { 
        \$(\"img\").addClass(\"img-fluid\"); 
}); 
 
\$(document).on('click', '[data-toggle=\"lightbox\"]', function(event) { 
    event.preventDefault(); 
    \$(this).ekkoLightbox({ 
        wrapping: true, 
    }); 
}); 
</script> 
 
{% include \"location_leaflet.html.twig\" %} 
{% endblock %}", "locations_fossil.html.twig", "/var/www/acc.paleontica.org/templates/locations_fossil.html.twig"); 
    } 
} 
 
 
/* locations_fossil.html.twig */ 
class __TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980___914503912 extends Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->blocks = [ 
            'elements' => [$this, 'block_elements'], 
        ]; 
    } 
 
    protected function doGetParent(array $context) 
    { 
        // line 193 
        return "sidebar.html.twig"; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "locations_fossil.html.twig")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "locations_fossil.html.twig")); 
 
        $this->parent = $this->loadTemplate("sidebar.html.twig", "locations_fossil.html.twig", 193); 
        $this->parent->display($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
    } 
 
    // line 194 
    public function block_elements($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "elements")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "elements")); 
 
        // line 195 
        echo "            <h3>"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Feedback"), "html", null, true); 
        echo "</h3> 
            <div class=\"w-100 text-center\"> 
              "; 
        // line 197 
        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", null, true); 
        echo " 
              <p class=\"card-text\"><a href=\""; 
        // line 198 
        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", false, false, false, 198)]), "html", null, true); 
        echo "\"><button type=\"button\" class=\"btn btn-paleontica\">"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Geef feedback"), "html", null, true); 
        echo "</button></a></p> 
            </div> 
            <p></p> 
            "; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "locations_fossil.html.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        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,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{% extends \"base.html.twig\" %} 
{% block css %} 
 <link rel=\"stylesheet\" href=\"https://unpkg.com/leaflet@1.6.0/dist/leaflet.css\" integrity=\"sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==\" crossorigin=\"\"/> 
 <link rel=\"stylesheet\" href=\"/leaflet-plugins/fullscreen/Control.FullScreen.css\" /> 
 <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css\" /> 
{% endblock %} 
{% block title %} 
{% if app.request.locale == 'nl' %}{{ fossil.namenl }}{% else %}{{ fossil.nameen }}{% endif %} 
{% endblock %} 
{% block body %} 
        <p> </p> 
        {% if fossil.closed == 1 %}<div class=\"alert alert-danger\">{{ 'Deze locatie is gesloten'|trans }}</div>{% endif %} 
        <div class=\"row flex-md-row h-md-250 position-relative\"> 
          <div class=\"col-md-9 position-static\"> 
            <!-- Start Page Content --> 
            <h2>{% if app.request.locale == 'nl' %}{{ fossil.namenl }}{% else %}{{ fossil.nameen }}{% endif %}</h2> 
            <p> 
              <b>{{ 'Naam'|trans }}:</b> {{ fossil.location }}, {% if app.request.locale == 'nl' %}{{ fossil.country.namenl }}{% else %}{{ fossil.country.nameen }}{% endif %}<br> 
              <b>{{ 'Status'|trans }}:</b> {% if fossil.closed == 1 %}{{ 'Gesloten'|trans }}{% else %}{{ 'Open'|trans }}{% endif %}<br> 
              <b>{{ 'Kwetsbaarheid'|trans }}:</b> {% if fossil.vulnerability == 'public' %}{{ 'Niet kwetsbaar'|trans }} 
              {% elseif fossil.vulnerability == 'slightly' %}{{ 'Licht kwetsbaar'|trans }} 
              {% elseif fossil.vulnerability == 'moderate' %}{{ 'Gemiddeld kwetsbaar'|trans }} 
              {% elseif fossil.vulnerability == 'very' %}{{ 'Zeer kwetsbaar'|trans }} 
              {% endif %}<br> 
            </p> 
            <p> 
              {% 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 %} 
              {% 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 %} 
              {% if fossil.hasbelemnoidea %}<img src=\"/images/icons/fossil/has_belemnoidea.png\">{% endif %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
              {% 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 %} 
 
            </p> 
            <p> 
            <table class=\"table-responsive\" cellpadding=\"0\"> 
              <tr> 
                <td nowrap> 
                  <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> 
                   
                </td> 
              </tr> 
              <tr> 
                <td nowrap style=\"font-size: 0px\"> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                  <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> 
                </td> 
              </tr> 
            </table> 
            </p> 
            <div id=\"map\" style=\"height: 400px;\"></div> 
            <p></p> 
            <div class=\"article d-table\"> 
              {% if app.request.locale == 'nl' %}{{ fossil.descriptionnl|raw }}{% else %}{{ fossil.descriptionen|raw }}{% endif %} 
            </div> 
            <p></p> 
            <h2>{{ 'Vondsten'|trans }}</h2> 
            <div class=\"d-table\"> 
              {% if app.request.locale == 'nl' %}{{ fossil.findsnl|raw }}{% else %}{{ fossil.findsen|raw }}{% endif %} 
 
              {% if app.request.locale == 'nl' %}{% set name = fossil.namenl %}{% else %}{% set name = fossil.nameen %}{% endif %} 
              {% set locationurl = '[{\"id\":\"' ~ fossil.id ~ '\",\"value\":\"' ~ fossil.namenl ~ '\",\"name_en\":\"' ~ fossil.nameen ~ '\",\"location\":\"' ~ name ~ '\"}]' %} 
              {{'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> 
 
              {{'Zie hier de <a href=\"{link}\">soortenlijst van {name}</a>.'|trans({ '{name}': name ,'{link}' : path('specieslist_item', { 'type': 'location', 'id': fossil.id }) })|raw }} 
            </div> 
            <p></p> 
            <h2>{{ 'Route'|trans }}</h2> 
            <div class=\"d-table\"> 
              {% if app.request.locale == 'nl' %}{{ fossil.routenl|raw }}{% else %}{{ fossil.routeen|raw }}{% endif %} 
            </div> 
            <p></p> 
            <h2>{{ 'Literatuur over deze locatie'|trans }}</h2> 
            <ul> 
            {% set literaturecount = 0 %} 
            {% for literature in fossil.literatures|sort((a, b) => b.year <=> a.year) %} 
              {% if literature.approved == '1'%} 
                {% set literaturecount = literaturecount + 1 %} 
 
            <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> 
                <i>{% if app.request.locale == 'nl' %}{{ literature.descriptionnl }}{% else %}{{ literature.descriptionen }}{% endif %}</i><br> 
                {% if literature.username != 'Anonymous' %}{{ 'toegevoegd door'|trans }}: {{ literature.username }}{% endif %}<br> 
                <br> 
              {% endif %} 
            {% endfor %} 
            {% if literaturecount < 1 %}{{ 'Er is nog geen literatuur voor deze locatie toegevoegd.'|trans }}{% endif %} 
            </ul> 
            <a href=\"{{ path('literature_add') }}\">{{ 'Literatuur toevoegen'|trans }}</a> 
            <p></p> 
            <h2>{{ 'Foto\\'s van deze locatie'|trans }}</h2> 
              {% for photo in fossil.locationphotos|sort((a, b) => b.date <=> a.date) %} 
              {% if photo.approved == '1'%} 
                {% set thumbnail = '/uploads/locations/' ~ photo.filename|slice(0, 2) ~ \"/\" ~ photo.filename %} 
                <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> 
              {% endif %} 
              {% endfor %} 
              <a href=\"{{ path('locations_photo_add', { 'type': 'fossil', 'id': fossil.id })}}\"><img src=\"/images/photo_add.png\" class=\"img-fluid img-thumbnail\"></a> 
            <p></p> 
            <h2>{{ 'In de buurt'|trans }}</h2> 
            {% for item in locations_nearby %} 
            <div class=\"row\"> 
              <div class=\"col-1\" style=\"text-align: right\"> 
                <span class=\"feather-18\" data-feather=\"map-pin\"></span> 
              </div> 
              <div class=\"col-11\"> 
                {% 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 %} 
                {% 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 %} 
                {% 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 }} 
                {% 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 %} 
                {% endif %}</a><br> 
              </div> 
            </div> 
            {% endfor %} 
            <!-- End Page Content --> 
          </div> 
          {% embed 'sidebar.html.twig' %} 
            {% block elements %} 
            <h3>{{ 'Feedback'|trans }}</h3> 
            <div class=\"w-100 text-center\"> 
              {{ 'Mist er iets op deze pagina? Of klopt er iets aan de tekst? Meld het ons.'|trans }} 
              <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> 
            </div> 
            <p></p> 
            {% endblock %} 
          {% endembed %} 
        </div> 
{% endblock %} 
{% block javascript %} 
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js\"></script> 
<script> 
    \$(document).ready(function() { 
        \$(\"img\").addClass(\"img-fluid\"); 
}); 
 
\$(document).on('click', '[data-toggle=\"lightbox\"]', function(event) { 
    event.preventDefault(); 
    \$(this).ekkoLightbox({ 
        wrapping: true, 
    }); 
}); 
</script> 
 
{% include \"location_leaflet.html.twig\" %} 
{% endblock %}", "locations_fossil.html.twig", "/var/www/acc.paleontica.org/templates/locations_fossil.html.twig"); 
    } 
}