{% if breadcrumbs is defined %}
    {% for key, breadcrumb in breadcrumbs %} {% if key == (breadcrumbs|length - 1) %} {% if app.request.headers.get('referer') and app.request.headers.get('host') in app.request.headers.get('referer') %}
  • {{ "Prev"|trans }}
  • {% endif %} {% endif %}
  • {{ breadcrumb.label }}
  • {% endfor %}
{% endif %}