{{p.person.fullname}} |
{{p.person.uid}} |
{{p.applying_for|sdesc_status}} |
{% if p.manager %}
{{p.manager.person.uid}}
{% endif %}
|
{{p.progress|sdesc_progress}} |
{% for a in p.advocates.all %}
{{a.uid}}{% if not forloop.last %},{% endif %}
{% endfor %}
|
{{p.log_first.logdate|date:"Y-m-d"}} |
{{p.log_last.logdate|date:"Y-m-d"}} |
{{p.total_duration}} |
{{p.total_am_time}} |
{{p.total_amhold_time}} |
{{p.last_am_time}} |
{{p.last_amhold_time}} |
{{p.mbox_age|default_if_none:"-"}} |
{% if visitor.is_am %}
{% if p.mbox_stats %}
{% else %}
---
{% endif %}
|
{% if p.log_last.logtext %}
{{ p.log_last.logtext }}
{% else %}
[{{p.log_last.progress|sdesc_progress}}]
{% endif %}
|
{% endif %}
{% endfor %}