{% load i18n %} {% load sph_extras %} {% load sphboard_extras %} {% trans "Posted by" %}
{% sphboard_displayUserName author %}


{% sph_showavatar author %}

{% if author %}
{% trans "Posts" %}
{{ post_count }}
{% trans "Registered at" %}
{{ author.date_joined|sph_date }}
{% endif %}