{% extends "base.html" %} {% block title %}Conflict Alerts ยท IP TM Manager{% endblock %} {% block body %}
| Score | Watched mark | Application | Matched on | Class | Type | {% if current_user and current_user.is_admin %}{% endif %} |
|---|---|---|---|---|---|---|
| {{ '%.0f'|format(al.score) }} | {{ al.watched.label }}{% if al.watched.client_name %} {{ al.watched.client_name }}{% endif %} |
{{ al.application.primary_translit or al.application.mark_text or al.application.app_number }}
{{ al.application.nice_class or '' }} |
{{ al.matched_on }} | {% if al.class_overlap %}same class{% else %}different{% endif %} | {{ al.kind }} | {% if current_user and current_user.is_admin %}{% if al.status == 'open' %} {% else %} {% endif %} | {% endif %}
| No {{ status }} alerts. | ||||||