{% extends "base.html" %} {% block title %}Watchlist · IP TM Manager{% endblock %} {% block body %}
Marks you watch on behalf of clients. Each new application is scored against these; matches appear under Alerts.
{% if current_user and current_user.is_admin %}| Mark | Farsi | Client | Classes | Status | {% if current_user and current_user.is_admin %}{% endif %} |
|---|---|---|---|---|---|
| {{ w.label }} | {{ w.farsi or '—' }} | {{ w.client_name or '—' }} | {% if w.classes %}{{ w.classes }}{% else %}all{% endif %} | {{ 'active' if w.active else 'paused' }} | {% if current_user and current_user.is_admin %}{% endif %} |
| No watched marks yet. | |||||