What do you need help with?

We are here and ready to help.

Container Articles Object

The container_articles object is a list of articles within the specified container. The container id is loaded by the id in the URL.

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

If no container id is supplied, then the object will be null.

To retrive the article, you can access by calling it directly within a tag.

{% for article in sb.container_articles %}
 {{ article.title}}
{% endfor %}

id

Returns the id of the article.

 

title

Returns the title of the article.

 

summary

Returns the summary of the article.

 

like_count

Returns the article like count of the article.

 

comment_count

Returns the comment count of the article.  These are all the comments made by the community on this article.

 

modified

Returns the last modified time of the article as a local date. 

 

order

Returns the order number of the article if there is one.

 

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.