{% load nm %} {% if procs %}
Started | Last | Target | Applicant | UID | Status | AM | {% if not proctable_archive %}Requirements | {% if visitor.is_admin %}FD comments | {% endif %} {% endif %}
---|---|---|---|---|---|---|---|---|
{{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 %} | {% if not proctable_archive %}{% for req in status.requirements_ok %}✔{{req.type_sdesc}} {% endfor %} {% for req in status.requirements_missing %}✘{{req.type_sdesc}} {% endfor %} | {% if visitor.is_admin %}{{process.fd_comment}} | {% endif %} {% endif %} {% endwith %}