diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html index b55dc71..00002e0 100644 --- a/templates/hr/applications/view.html +++ b/templates/hr/applications/view.html @@ -55,9 +55,9 @@ {% if app.blacklisted %}

Blacklist Triggers

- + {% for a in app.blacklist_values %} - + {% endfor %}
Blacklist TypeBlacklisted ValueReason
Blacklist TypeBlacklisted ValueReasonSource
{{ a.get_type_display }}{{ a.value }}{{ a.reason }}
{{ a.get_type_display }}{{ a.value }}{{ a.reason }}{{ a.get_source_display }}
{% endif %}