{% load url from future %}
{% for thread in threads %} {% if forloop.counter == 6 %}
More... {% endif %} {% include "hyperkitty/threads/summary_thread.html" with counter=forloop.counter %} {% empty %}

{{ empty }}

{% endfor %} {% if threads|length > 5 %}
{% endif %}