{% load nm %} {% if procs %} {% if not proctable_archive %} {% if visitor.is_admin %} {% endif %} {% endif %} {% for process in procs %} {% with process.compute_status as status %} {% if not proctable_archive %} {% if visitor.is_admin %} {% endif %} {% endif %} {% endwith %} {% endfor %}
Started Last Target Applicant UID Status AMRequirementsFD comments
{{status.log_first.logdate|date:"Y-m-d"}} {{status.log_last.logdate|date:"Y-m-d"}} {{process.applying_for|sdesc_status}} {{process.person.fullname}} {{process.person.uid}} {% if process.frozen_by %} {% if process.approved_by %} Approved {% else %} Frozen for review {% endif %} {% else %} {% if process.approved_by %} Approved {% elif not status.requirements_missing %} Waiting for review {% else %} Collecting requirements {% endif %} {% endif %} {% with process.current_am_assignment as assignment %} {% if assignment %}{{assignment.am.person.a_link}}{% endif %} {% endwith %} {% for req in status.requirements_ok %}✔{{req.type_sdesc}} {% endfor %} {% for req in status.requirements_missing %}✘{{req.type_sdesc}} {% endfor %} {{process.fd_comment}}
{% endif %}