<a class="default" href="{{route('settings.friends.requests')}}" title="Pending friend requests">{{friendRequests}} new friend requests</a>
{%endif%}
</div>
</div>
{%endif%}
<div class="head">Stats</div>
We have <b>{{stats.userCount}} user{%ifstats.userCount!=1%}s{%endif%}</b>,
<b><a href="{{route('user.profile',stats.newestUser.id)}}" style="color: {{stats.newestUser.colour}};" class="default">{{stats.newestUser.username}}</a></b> is the newest user,
it has been <b>{{stats.lastRegDate}} day{{stats.lastRegDate==1?'':'s'}}</b> since the last user registered and the forum has <b>{{stats.topicCount}} topic{%ifstats.topicCount!=1%}s{%endif%}</b> and <b>{{stats.postCount}} post{%ifstats.postCount!=1%}s{%endif%}</b>.