{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
{% if shipId is empty %}
{% include 'partials/_alert.html.twig' %}
{% else %}
{% include 'partials/_back_subheader.html.twig' with {dateFilter: dateFilter|default(0)} %}
{% set from = app.request.query.get("from")|default('') %}
{% set to = app.request.query.get("to")|default('') %}
{% if from is not empty and to is not empty %}
{% endif %}
{% endif %}
{% endif %}