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

{% if is_authenticated_user %} {% trans "You have no started threads." %} {% else %} {% blocktrans trimmed with username=profile.username %} {{ username }} started no threads. {% endblocktrans %} {% endif %}

{% endif %}
{% endblock section %}