We are here and ready to help.

Container Breadcrumb Object

The container_bread_crumb object is a list of containers in the given containers heirarchy. The containers that appear are based on the container you are in displayed in the URL.

https://support.supportbench.net/container/1005

If no container id is supplied, then the default container is retrieved in the list.

To itterate through each breadcrumb, you would loop through each item in the list similair to the code below.

 {% for breadcrumb in sb.container_bread_crumb %}
 {{ breadcrumb.name }}
 {% endfor %}

id

Returns the id of the container.

 

name

Returns the name of the container.

 

selected

Returns true if the container is currently being viewed on this page, else is false.

Facebook Share Tweet

Was this article helpfu?

Yes No

Thank you for voting

×
Select company

You are related to multiple companies. Please select the company you wish to login as.