{% extends "cranefly/layout.html" %} {% load i18n %} {% 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 %}Forum{% endtrans %} | ||
---|---|---|---|
|
{% if not thread.is_read -%} {%- else -%} {%- endif -%}{{ thread.name }} | {% trans replies=replies(thread.replies), last=thread.last|reldate|low %}{{ replies }}, last one on {{ last }}{% endtrans %} | {{ thread.forum.name }} |
{% if new -%} {% trans %}There are no unread threads that you are watching.{% endtrans %} {%- else -%} {% trans %}You are not watching any threads.{% endtrans %} {%- endif %}
{% endif %}