{% extends 'pybb/base.html' %} {% load url from future %} {% load pybb_tags i18n %} {% block title %}{{ target_user.username }}{% endblock %} {% block content %}

{{ target_user.username }}

{% include 'pybb/avatar.html' with user=target_user %}
{% trans "Statistics" %}
{% trans "Number of posts" %}: {{ target_user.posts.all.count }}.
{% trans "Number of topics" %}: {{ topic_count }}. {% comment %}   {% trans "Find all topics" %} {% endcomment %}
{% trans "Date of registration" %}: {% pybb_time target_user.date_joined %}
{% if perms.pybb.block_users %} {% trans 'Block' %} {% endif %} {% if perms.pybb.can_edit %} {% trans 'Edit' %} {% endif %}
{% endblock %}