{% extends "misago/profile/base.html" %} {% load i18n %} {% block title %}{% trans "Threads" context "user profile page threads" %} | {{ block.super }}{% endblock %} {% block og-title %}{% trans "Threads" context "user profile page threads" %} | {{ block.super }}{% endblock %} {% block twitter-title %}{% trans "Threads" context "user profile page threads" %} | {{ block.super }}{% endblock %} {% block section %}
{% if posts %} {% include "misago/profile/feed.html" %} {% else %}

{% if is_authenticated_user %} {% trans "You haven't started any threads." context "user profile page threads" %} {% else %} {% blocktrans trimmed with username=profile.username context "user profile page threads" %} {{ username }} hasn't started any threads {% endblocktrans %} {% endif %}

{% endif %}
{% endblock section %}