{% extends 'base.html' %} {% block title %}

{{ pageTitle }}


{% endblock title %} {% block body %}

{% set containerSearchPlaceholder = ['Sodium', 'Saccharose', 'Acetone', 'CK-666', 'Fibronectin'] %}
{% if containersArr|length == 0 and App.Request.query.has('q') %} {{ 'No results found'|trans|msg('warning', false) }} {% endif %}

{{ 'Browse places'|trans }}

{% include 'storage-list.html' with {'storage_editable': true} %}
{% endblock body %}