{% extends 'base.html.twig' %} {% block title %} GIHSN Database {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock stylesheets %} {% block breadcrumbs %}
{% endblock %} {% block body %}
GIHSN Database
{#
#} {# #} {#
#}
{% for site in sites %} {% if site.category == 'Hemisphère Nord'%} {% set class = "nothern_hemisphere_zone" %} {% elseif site.category == 'Hemisphère Sud' %} {% set class = "southern_hemisphere_zone" %} {% elseif site.category == '' %} {% set class = "" %} {% else %} {% set class = "intertropical_zone_zone nothern_hemisphere_zone" %} {% endif %}
{% endfor %}
{% if app.user and app.user.manager %} Export result{% endif %} {% if app.user and app.user.visitor %} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}