- <p><a href="{{ node.author.get_profile_url }}">{{ node.author.username }}</a><br/>
- {% get_score_badge node.author %}</p>
+ <p><a {% if node.author.is_suspended %}class="suspended-user" {% endif %}href="{{ node.author.get_profile_url }}">{{ node.author.decorated_name }}</a><br/>
+ {% get_score_badge node.author %}<br />
+ {% get_accept_rate node.author %}</p>