{% include "navbar.html" %}
Collections
Collections of Appliances
{% for collection, appliance_beans in collections %}
{{ collection }}
{% for bean in appliance_beans %} {% if bean.icon %}
{% else %}
{{ bean.label }}
{% endif %} {% endfor %}
{% endfor %}