| Id |
{{ violation.vid }} |
| At step |
{{ violation.step }} |
| On |
{{ violation.timestamp }} |
| Comment |
{{ violation.comment }} |
| On monitor |
{{ monitor.name }} |
| Target |
{{ monitor.target }} |
| Location |
{{ monitor.location }} |
| Formula |
{{ monitor.formula }} |
| Current monitor step |
{{ monitor.mon.counter }} |
| Current Result |
{{ monitor.mon.last }} |
| Audit verdict |
{% if violation.verdict|stringformat:"s" == "ViolationStatus.LEGITIMATE" %}
LEGITIMATE
{% elif violation.verdict|stringformat:"s" == "ViolationStatus.ILLEGITIMATE" %}
ILLEGITIMATE
{% elif violation.verdict|stringformat:"s" == "ViolationStatus.UNREAD" %}
UNREAD
{% else %}
{{ violation.verdict }}
{% endif %}
|
| Audit Comment |
|
| Action |
|
| Trace : |
|