{% extends "public/base.html" %} {% load nm %} {% load js %} {% block head_resources %} {{block.super}} {% jsinclude "nm,sparkline" %} {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block content %}
Applicant | {{person.fullname}} <{{person.preferred_email}}> |
---|---|
Received application | {{started|date:"Y-m-d"}} |
Time of Last Action | {{last_change|date:"Y-m-d"}} |
Advocate{{process.advocates.count|pluralize}} | {% for a in process.advocates.all %} {{a.uid}}{% if not forloop.last %},{% endif %} {% endfor %} |
Account name | {{person.uid|default:"none chosen yet"}} |
OpenPGP fingerprint |
{{fpr.fpr|fingerprint}}{% if "edit_ldap" in visit_perms %} (manage){% endif %}
{% if fpr %}
|
Manager | {{process.manager.person.uid}} |
Manager | assign AM |
Process | {{process.applying_as|desc_status}} → {{process.applying_for|desc_status}} |
Progress | {% if process.is_active %}{{process.progress|desc_progress}}{% else %}{{process.progress|desc_progress}}{% endif %} |
Account created | {% if process.progress == PROGRESS_DONE %}yes{% else %}no{% endif %} |
FD comments | {{person.fd_comment}} |
Mail archive | {{process.archive_email}} {% if process.mailbox_file %} (download mail archive) (display mail archive) {% else %} (no mail archive yet) {% endif %} |
Mailbox stats | {{mbox_stats.date_first_py|date:"Y-m-d"}} to {{mbox_stats.date_last_py|date:"Y-m-d"}},
{{mbox_stats.num_mails}} mails,
{% if mbox_stats.median_py %} {% if mbox_stats.median_py.days %}{{mbox_stats.median_py.days}}d {% endif %}{{mbox_stats.median_hours}}h median response time {% endif %} |
Current progress is: {{ process.progress|desc_progress }}.
Shortcuts:
Clicking on a Shortcut button will prefill the "Progress" form field, but will not submit the form. That is so that you have a chance to add a log entry if you wish to add a note to the progress update.
Actions | {% endif %}Date | Changed by | Progress | {% if visitor.am %}Text | {% endif %}
---|---|---|---|---|
edit | {% endif %}{{l.logdate|date:"Y-m-d"}} | {{l.changed_by.uid}} | {{l.progress|desc_progress}} | {% if visitor.am %}{{l.logtext}} | {% endif %}
done | {% endif %} {% if forloop.counter0 == curstep_idx %}current | {% endif %} {% if forloop.counter0 > curstep_idx %}todo | {% endif %}{{step|desc_progress}} |