{% extends "misago/profile/base.html" %} {% load i18n %} {% block page %}

{% blocktrans trimmed with user=profile.username %} {{ user }} started no threads, or you can't see them. {% endblocktrans %}

{% endblock page %}