+ ★
+ {% for thread in fav_threads %}
+ {% comment %}
+ If there are new posts in the thread, show their count.
+ {% endcomment %}
+ {{ thread.0.get_link_view|safe }}{% if thread.1 %} (+{{ thread.1 }}){% endif %}{% if not forloop.last %}, {% endif %}
+ {% endfor %}
- {% if fav_threads %}
-
- ★
- {% for thread in fav_threads %}
- {% comment %}
- If there are new posts in the thread, show their count.
- {% endcomment %}
- {{ thread.0.get_link_view|safe }}{% if thread.1 %} (+{{ thread.1 }}){% endif %}{% if not forloop.last %}, {% endif %}
- {% endfor %}
-