{% extends "cranefly/layout.html" %} {% import "_forms.html" as form_theme with context %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_("Private Threads"),page=pagination['page']) }}{% endblock %} {% block breadcrumb %}{{ super() }}
{% trans %}Thread{% endtrans %} | {% trans %}Rating{% endtrans %} | {% trans %}Activity{% endtrans %} | {% if list_form %}{% endif %} |
---|---|---|---|
{{ thread.name }}
{% trans user=thread_starter(thread), start=thread.start|reltimesince|low %}by {{ user }} {{ start }}{% endtrans %}
|
{{ replies(thread.replies) }} - {% trans user=thread_reply(thread), last=thread.last|reltimesince|low %}last by {{ user }} {{ last }}{% endtrans %}
|
{% if list_form %}
{% if thread.forum_id == forum.pk %}{% else %} {% endif %} | {% endif %}|
{% if tab == 'all' %} {% trans %}You are not participating in any private discussions.{% endtrans %} {% elif tab == 'new' %} {% trans %}There are no unread private threads.{% endtrans %} {% else %} {% trans %}You have started no private threads.{% endtrans %} {% endif %} |