{% extends "misago/base.html" %} {% load humanize i18n misago_avatars %} {% block title %} {{ profile.username }}: {{ active_page.name }} {% if page_number > 1 %}({{ number }}) {% endif %}| {{ block.super }} {% endblock title %} {% block content %}
{% if authenticateds_profile %} {% trans {% else %} {% trans {% endif %}

{{ profile.username }} {% if profile.full_title %} {{ profile.full_title }} {% endif %}

  • {% include "misago/profile/state.html" %}
  • {{ profile.joined_on|date }}
  • {% if show_email %}
  • {{ profile.email }}
  • {% endif %}
{% block page %}{% endblock page %}
{% endblock content %}