<ul>
{% for tag in collection.all_tags limit:999 %}
<li>{{ tag | link_to_tag: tag }}</li>
{% endfor %}
</ul>