{% if is_granted('new_order') %}
New order
{% endif %}
{% if is_granted('orders_export_by_filters') %}
Export
{% endif %}
{% if is_granted('order_shipment_tracking_to_update') %}
Tracking status
{% endif %}
{% if is_granted('transfers_export_by_filters') %}
{% endif %}
{% if is_granted('export_total_skus_by_filters') %}
Total Skus
{% endif %}
{% if is_granted('export_report_cost_by_filters') %}
Report Cost
{% endif %}
{% if is_granted('export_report_sales_by_filters') %}
Report sales
{% endif %}