{% if post.user_id %}
{{ post.user.username }}{% if post.user.get_title() %} {{ user_label(post.user) }}{% endif %}
{% else %}
{% endif %}
–
{{ post.date|reltimesince }}
{% if post.edits %}
–
{% if acl.threads.can_see_changelog(user, forum, post) %}
{% trans edits=post.edits %}One edit{% pluralize %}{{ edits }} edits{% endtrans %}
{% else %}
{% trans edits=post.edits %}One edit{% pluralize %}{{ edits }} edits{% endtrans %}
{% endif %}
{% endif %}
#{{ pagination['start'] + loop.index }}
{% if not post.is_read %}
{% trans %}New{% endtrans %}
{% endif %}
#{{ pagination['start'] + loop.index }}
{% if not post.is_read %}
{% trans %}New{% endtrans %}
{% endif %}
{% if post.user_id %}
{% else %}
{% endif %}
{% endif %}
{% if post.user_id %}
{{ post.user.username }}{% if post.user.get_title() %} {{ user_label(post.user) }}{% endif %}
{% else %}
{% endif %}
–
{{ post.date|reltimesince }}
{% if post.edits %}
–
{% if acl.threads.can_see_changelog(user, forum, post) %}
{% trans edits=post.edits %}One edit{% pluralize %}{{ edits }} edits{% endtrans %}
{% else %}
{% trans edits=post.edits %}One edit{% pluralize %}{{ edits }} edits{% endtrans %}
{% endif %}
{% endif %}
{% if posts_form %}
{% endif %}
#{{ pagination['start'] + loop.index }}
{% if post.protected and acl.threads.can_protect(forum) %}
{% trans %}Protected{% endtrans %}
{% endif %}
{% if post.deleted %}
{% trans %}Deleted{% endtrans %}
{% endif %}
{% if post.moderated %}
{% trans %}Unreviewed{% endtrans %}
{% endif %}
{% if post.reported %}
{% trans %}Reported{% endtrans %}
{% endif %}
{% if not post.is_read %}
{% trans %}New{% endtrans %}
{% endif %}
{% for checkpoint in post.checkpoint_set.all() %}
{%- if checkpoint.action == 'limit' -%} {% trans %}This thread has reached its post limit and has been closed.{% endtrans %} {%- elif checkpoint.action == 'accepted' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} accepted this thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'closed' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} closed this thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'opened' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} opened this thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'deleted' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} deleted this thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'undeleted' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} restored this thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'invited' -%} {% trans user=checkpoint_user(checkpoint), invited=checkpoint_target(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} added {{ invited }} to thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'removed' -%} {% trans user=checkpoint_user(checkpoint), removed=checkpoint_target(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} removed {{ removed }} from thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'left' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} left thread {{ date }}{% endtrans %} {%- endif -%} {% if user.is_authenticated() %} {% if acl.threads.can_delete_checkpoint(forum) %} {% if checkpoint.deleted %} {% else %} {% endif %} {% endif %} {% if acl.threads.can_delete_checkpoint(forum) == 2 %} {% endif %} {% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{%- if checkpoint.action == 'limit' -%} {% trans %}This thread has reached its post limit and has been closed.{% endtrans %} {%- elif checkpoint.action == 'accepted' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} accepted this thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'closed' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} closed this thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'opened' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} opened this thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'deleted' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} deleted this thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'undeleted' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} restored this thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'invited' -%} {% trans user=checkpoint_user(checkpoint), invited=checkpoint_target(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} added {{ invited }} to thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'removed' -%} {% trans user=checkpoint_user(checkpoint), removed=checkpoint_target(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} removed {{ removed }} from thread {{ date }}{% endtrans %} {%- elif checkpoint.action == 'left' -%} {% trans user=checkpoint_user(checkpoint), date=checkpoint.date|reltimesince|low %}{{ user }} left thread {{ date }}{% endtrans %} {%- endif -%} {% if user.is_authenticated() %} {% if acl.threads.can_delete_checkpoint(forum) %} {% if checkpoint.deleted %} {% else %} {% endif %} {% endif %} {% if acl.threads.can_delete_checkpoint(forum) == 2 %} {% endif %} {% endif %}