{% extends "process/base.html" %} {% load nm %} {% load js %} {% block head_resources %} {{block.super}} {% jsinclude "nm" %} {% endblock %} {% block content %}
AM | Paused | Assigned by | Assigned time | Unassigned by | Unassigned time | Actions |
---|---|---|---|---|---|---|
{{a.am.person.lookup_key}} | {{a.paused|yesno}} | {{a.assigned_by.lookup_key}} | {{a.assigned_time|date:"Y-m-d"}} | {{a.unassigned_by.lookup_key}} | {{a.unassigned_time|date:"Y-m-d"}} | {% if 'am_unassign' in visit_perms and not a.unassigned_by %} {% endif %} {% if visitor.is_admin %}admin{% endif %} | No Application Manager assigned yet | {% endfor %} {% if 'am_assign' in visit_perms %}
Assign AM |