Show More
@@ -73,9 +73,17 b'' | |||||
73 | <p>{{ tag.get_description|safe }}</p> |
|
73 | <p>{{ tag.get_description|safe }}</p> | |
74 | {% endif %} |
|
74 | {% endif %} | |
75 | <p> |
|
75 | <p> | |
76 | {% blocktrans count count=tag.get_active_thread_count %}{{ count }} active thread{% plural %}active threads{% endblocktrans %}, |
|
76 | {% with active_count=tag.get_active_thread_count bumplimit_count=tag.get_bumplimit_thread_count archived_count=tag.get_archived_thread_count %} | |
77 | {% blocktrans count count=tag.get_bumplimit_thread_count %}{{ count }} thread in bumplimit{% plural %} threads in bumplimit{% endblocktrans %}, |
|
77 | {% if active_count %} | |
78 |
{% blocktrans count count= |
|
78 | {% blocktrans count count=active_count %}{{ count }} active thread{% plural %}active threads{% endblocktrans %}, | |
|
79 | {% endif %} | |||
|
80 | {% if bumplimit_count %} | |||
|
81 | {% blocktrans count count=bumplimit_count %}{{ count }} thread in bumplimit{% plural %} threads in bumplimit{% endblocktrans %}, | |||
|
82 | {% endif %} | |||
|
83 | {% if archived_count %} | |||
|
84 | {% blocktrans count count=archived_count %}{{ count }} archived thread{% plural %}archived threads{% endblocktrans %}, | |||
|
85 | {% endif %} | |||
|
86 | {% endwith %} | |||
79 | {% blocktrans count count=tag.get_post_count %}{{ count }} message{% plural %}messages{% endblocktrans %}. |
|
87 | {% blocktrans count count=tag.get_post_count %}{{ count }} message{% plural %}messages{% endblocktrans %}. | |
80 | </p> |
|
88 | </p> | |
81 | {% if tag.get_all_parents %} |
|
89 | {% if tag.get_all_parents %} |
General Comments 0
You need to be logged in to leave comments.
Login now