{% extends "misago/profile/base.html" %} {% load i18n %} {% block title %}{% trans "Posts" %} | {{ block.super }}{% endblock %} {% block og-title %}{% trans "Posts" %} | {{ block.super }}{% endblock %} {% block twitter-title %}{% trans "Posts" %} | {{ block.super }}{% endblock %} {% block section %}
{% if is_authenticated_user %} {% trans "You have posted no messages" %} {% else %} {% blocktrans trimmed with username=profile.username %} {{ username }} posted no messages. {% endblocktrans %} {% endif %}
{% endif %}