{% include "navbar.html" %}

Collections of Appliances

{% for collection, appliance_beans in collections %}
{% for bean in appliance_beans %} {% if bean.icon %} {% else %} {{ bean.label }} {% endif %} {% endfor %}
{% endfor %}