{% extends "sora/profiles/profile.html" %} {% load i18n %} {% load humanize %} {% load url from future %} {% import "_forms.html" as form_theme with context %} {% import "sora/macros.html" as macros with context %} {% block title %}{{ macros.page_title(_('Posts'), profile.username) }}{% endblock %} {% block tab %}
{% if item.thread.start_post_id == item.pk -%} {% trans thread=thread(item), forum=forum(item.forum), user=username(profile), date=item.date|reldate|low %}Thread {{ thread }} posted in {{ forum }} by {{ user }} {{ date }}{% endtrans %} {%- else -%} {% trans thread=thread(item), forum=forum(item.forum), user=username(profile), date=item.date|reldate|low %}Reply to {{ thread }} posted in {{ forum }} by {{ user }} {{ date }}{% endtrans %} {%- endif %}
{% trans username=profile.username %}{{ username }} has no posts{% endtrans %}
{% endif %} {% endblock %} {% macro pager() -%}