{% cache collections %} {% for collection in collections %}
  • {{ collection.name }}

    {{ collection.description|strip_html()|truncate(250) }} {% trans cnt=collection.subscribers, num=collection.subscribers|numberfmt %} {{ num }} follower {% pluralize %} {{ num }} followers {% endtrans %}
  • {% endfor %} {% endcache %}