{% load i18n %} {% comment %} Back-office shop header + nav. Pass `active` = orders|manage|edit to hide the button for the page you're already on. {% endcomment %}

{{ shop.name }}

{% trans "Back" %} {% if active != 'orders' %} {% trans "Orders" %} {% if shop.open_order_count %}{{ shop.open_order_count }}{% endif %} {% endif %} {% if active != 'manage' %} {% trans "Manage" %} {% endif %} {% if active != 'edit' %} {% trans "Edit" %} {% endif %}