{% 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 %}