{% 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=forum.name,page=pagination['page']) }}{% endblock %} {% block breadcrumb %}{{ super() }} {% for parent in parents %}
{{ subforum.name }}{% if subforum.show_details %}
{% if subforum.type != 'redirect' %}
{% if acl.forums.can_browse(subforum) and (acl.threads.can_read_threads(subforum) == 2 or (acl.threads.can_read_threads(subforum) == 1 and subforum.last_poster_id == user.pk)) %}
{% if subforum.last_thread_id -%}
{% endif %}
{% if subforum.subforums %}
{% endif%}
{% if subforum.last_poster_id %}{{ subforum.last_poster_name }}{% else %}{{ subforum.last_poster_name }}{% endif %} - {{ subforum.last_thread_date|reltimesince }}
{%- else -%}
{% trans %}This forum is empty{% endtrans %}
{%- endif %}
{%- else -%}
{% trans %}This forum is protected{% endtrans %}
{%- endif %}
{%- else -%}
{% trans clicks=macros.wrap(forum.redirects|intcomma, 'span', 'class="last-poster"') %}{{ clicks }} clicks{% endtrans %}
{%- endif %}
|
{% trans %}Thread{% endtrans %} | {% trans %}Rating{% endtrans %} | {% trans %}Activity{% endtrans %} | {% if user.is_authenticated() and 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 user.is_authenticated() and list_form %}
{% if thread.forum_id == forum.pk %}{% else %} {% endif %} | {% endif %}|
{% trans %}There are no threads in this forum.{% endtrans %} |