{% extends 'base.html.twig' %} {% block title %} Request details {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock stylesheets %} {% block breadcrumbs %}
{% endblock %} {% block body %}
Request details
Checked filter
{% if seasons %} Influenza season : {{ seasons }}
{% endif %} {% if zones %} Geographical zone : {{ zones }}
{% endif %} {% if age %} • Age group : between ({{ age }})
{% endif %}
Checked result
{% for checked in all_checked %} {% endfor %}
Influenza season Geographical zone
{{ checked.season }} {{ checked.zone }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}