{% extends 'Navbars/base.html.twig' %} {% block nav_image %} {{ render(controller('App\\Controller\\Shop\\ShopController::logo', {shop: shop})) }} {% endblock %} {% block nav_title %} {{ shop.name }} {% endblock %} {% block nav_description %} {% if shop.shopTranslations is iterable and shop.shopTranslations|length > 0 %} {% set description = shop.shopTranslations.first.description %}
{{ description|slice(0, 100) }} {% if description|length > 100 %}...{% endif %}
{% endif %} {% endblock %} {% block nav_toolbar %}{% endblock %} {% block nav_stats %} {% if app.user is not instanceof ('App\\Entity\\Security\\ShopManager') or is_granted('ROLE_PREVIOUS_ADMIN') %} {% set route = app.request.get('_route') %}