<div id="planetRight">
{% if topposters %}
<div class="planetRightTitle">Top posters</div>
+ <div class="planetRightDescription">Number of posts in the past month</div>
<ul>
{% for feed in topposters %}
<li><a href="{{feed.feedurl}}"><img src="img/feed-icon-14x14.png" alt="RSS"/></a> {%if feed.blogurl %}<a href="{{feed.blogurl}}">{{feed.name}}</a>{%else%}{{feed.name}}{%endif%} ({{feed.numposts}})</li>
{% endif %}
{% if topteams %}
<div class="planetRightTitle">Top teams</div>
+ <div class="planetRightDescription">Number of posts in the past month</div>
<ul>
{% for feed in topteams %}
{% ifchanged feed.teamname %}