{% load i18n %}
{{ forloop.counter }} | {% if monitor.thread %} {% trans "Thread" %}: {{ monitor.thread }} {% else %} {% if monitor.category %} {% trans "Category" %}: {{ monitor.category }} {% else %} {% trans "Whole board monitoring" %} {% endif %} {% endif %} | {% if monitor.thread %} {% trans "disable" %} {% else %} {% if monitor.category %} {% trans "disable" %} {% else %} {% trans "disable" %} {% endif %} {% endif %} |
{% if is_current_user %}{% trans "You're not monitoring any threads yet" %}{% else %}{% trans "User is not monitoring any threads yet" %}{% endif %} |