{% extends "base.html" %} {% block title %}Conflict Alerts ยท IP TM Manager{% endblock %} {% block body %}

Conflict Alerts

{{ open_count }} open alert(s). Same-class conflicts are ranked first.

Open Actioned Dismissed
{% if current_user and current_user.is_admin %}{% endif %} {% for al in alerts %} {% if current_user and current_user.is_admin %} {% endif %} {% else %}{% endfor %}
ScoreWatched markApplicationMatched onClassType
{{ '%.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 al.status == 'open' %}
{% else %}
{% endif %}
No {{ status }} alerts.
{% endblock %}