{% extends "base.html" %} {% block title %}Issue {{ issue.publication_date }} · IP TM Manager{% endblock %} {% block body %}
{% if current_user and current_user.is_admin %}| # | Pub. No. | Mark | Applicant | Class | Status | Source | |
|---|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ a.pub_number or '—' }} | {{ a.mark_translit or a.mark_translation or a.mark_text or '—' }} | {{ a.applicant_en or "—" }} | {{ a.nice_class or '—' }} | {% if a.verified %}verified {% elif not a.extraction_ok %}review {% else %}draft{% endif %} | {% if current_user and current_user.is_admin %} Edit {% else %} View {% endif %} | |
| No applications yet — upload PDFs above. | |||||||
Reports are filtered to each subscriber's classes of interest. Subscribers with no match are skipped on send.
| Subscriber | Classes watched | Matching apps | Format | Preview |
|---|---|---|---|---|
| {{ p.sub.name }} | {% if p.classes == 'all' %}all{% else %}{{ p.classes }}{% endif %} | {% if p.matched %}{{ p.matched }} of {{ applications|length }}{% else %}0 — skipped{% endif %} | {{ p.sub.pref_format }} | {% if p.matched %}Preview{% else %}—{% endif %} |
| No active subscribers. | ||||