{% extends '@SyliusShop/Account/layout.html.twig' %}
{% block title %}{{ 'sylius.ui.order'|trans }} #{{ order.number }} | {{ parent() }}{% endblock %}
{% block breadcrumb %}
{% include '@SyliusShop/Account/Order/Show/_breadcrumb.html.twig' %}
{% endblock %}
{% block subcontent %}
{{ sylius_template_event('sylius.shop.account.order.show.subcontent', _context) }}
{% endblock %}