{% load i18n misago_avatars misago_shorthands %}
  • {% blocktrans trimmed with joined_on=user.joined_on|date %} Joined on {{ joined_on }} {% endblocktrans %}
  • {% blocktrans trimmed count posts=user.posts %} {{ posts }} post {% plural %} {{ posts }} posts {% endblocktrans %}
  • {% blocktrans trimmed count threads=user.threads %} {{ threads }} thread {% plural %} {{ threads }} threads {% endblocktrans %}
  • {% blocktrans trimmed count followers=user.followers %} {{ followers }} follower {% plural %} {{ followers }} followers {% endblocktrans %}