Object: brands
Variables
.all
List of all active collections.
Examples
CODE{% for brand in brands.all %}
{{ brand.name }}<br/>
{% endfor %}
OUTPUTSony
Apple
HP
Design your own unique website.
brands
List of all active collections.
CODE{% for brand in brands.all %}
{{ brand.name }}<br/>
{% endfor %}
OUTPUTSony
Apple
HP