{% extends "cranefly/layout.html" %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Threads you are watching')) }}{% endblock %} {% block container %}
{% trans %}Thread{% endtrans %} | {% trans %}Activity{% endtrans %} | |
---|---|---|
{{ thread.name }} {% trans user=thread_starter(thread), forum=thread_forum(thread), start=thread.start|reltimesince|low %}by {{ user }} in {{ forum }} {{ start }}{% endtrans %} |
{{ replies(thread.replies) }} - {% trans user=thread_reply(thread), last=thread.last|reltimesince|low %}last by {{ user }} {{ last }}{% endtrans %}
|
{% if new -%} {% trans %}There are no unread threads that you are watching.{% endtrans %} {%- else -%} {% trans %}You are not watching any threads.{% endtrans %} {%- endif %}
{% endif %}