{% if collections.current %} {{collections.current.label}} {% else %} Text Collections {% endif %}
-
{% for coll in collections.members %}
{% if coll.is_resource %}
-
[{{coll.lang}}] {{ coll.label }}
Browse Read
{% else %}
-
{{ coll.label }}
Browse ({{coll.size}})
{% endif %}
{% endfor %}