{% extends 'base/user/base_app.html.twig' %} {% block title %}{% trans %}app_name{% endtrans %} | {{ item.getLabel() }}{% endblock title %} {% block body %} {% include 'partials/user/nav_app.html.twig' with {'page': ''} %} {% include 'partials/user/_breadcrumb.html.twig' with {'link': item.getCategory(2, 'tag'), 'category': item.getCategory(2, 'label'), 'title': item.getLabel()} %}