{% if lots.date_start is null %}
Start Process
{% endif %}
{% if lots.date_start is not null and not lots.end_picking %}
Picking
{% endif %}
{% if lots.date_start is not null and lots.end_picking %}
Packing
{% endif %}
{% if is_granted('export_trackings') %}
{% endif %}
{# {% if is_granted('export_tracking_tags') %}#}
{# #}
{# {% endif %}#}