{% extends 'pybb/base.html' %} {% load pybb_tags %} {% load i18n %} {% block title %} {{ profile.username }} {% endblock %} {% block pybb_content %}

{{ profile.username }}

{% if profile.pybb_profile.ban_status %} {{ profile.pybb_profile.get_ban_status_display }}
{% endif %}
{% trans "Statistics" %}
{% trans "Number of posts" %}: {{ profile.pybb_posts.all.count }}.
{% trans "Number of topics" %}: {{ topic_count }}.   {% trans "Find all topics" %}
{% trans "Date of registration" %}: {% pybb_time profile.date_joined %}
{% endblock %}