{% extends "public/base.html" %} {% load nm %} {% load js %} {% block head_resources %} {{block.super}} {% jsinclude "tables,jqplot,sparkline" %} {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block breadcrumbs %}{{block.super}} / stats{% endblock %} {% block relatedpages %} latest events historical graphs {{block.super}} {% endblock %} {% block content %}

Debian New Member - Statistics

People by status

{% for st, count in status_table %} {% endfor %}
StatusCount
{{st|desc_status}} {{count}}

Processes by progress

{% for p, count in progress_table %} {% endfor %}
ProgressCount
{{p|desc_progress}} {{count}}

Active processes

{% if visitor.is_am %} {% endif %} {% for p in active_processes %} {% if visitor.is_am %} {% endif %} {% endfor %}
Applicant Uid For Manager Progr Adv Started Last log Total days AM days AM hold days Last AM days Last AM hold days Mbox ageActivity Last log entry
{{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 p.mbox_stats %} {% else %} --- {% endif %} {% if p.log_last.logtext %} {{ p.log_last.logtext }} {% else %} [{{p.log_last.progress|sdesc_progress}}] {% endif %}
{% endblock %}