{% extends "misago/profile/base.html" %} {% load i18n %} {% block title %}{% trans "Threads" %} | {{ block.super }}{% endblock %} {% block section %}

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

{% endblock section %}