{% extends "public/base.html" %} {% load nm %} {% load js %} {% load none_if_epoch %} {% block head_resources %} {{block.super}} {% jsinclude "tables" %} {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block breadcrumbs %}{{block.super}} / people{% endblock %} {% block content %} {% if status %}

Debian New Member - Status {{status_sdesc}}

{% else %}

Debian New Member - People list

{% endif %}
{% if status %} This is a list of all the {{people|length}} people known in the database who have status "{{status_ldesc}}". You can sort the table by clicking/shift+clicking on headers. {% else %} This is a list of all the {{people|length}} people known in the database, grouped by status in the project. You can sort the table by clicking/shift+clicking on headers, and filter it using the filters below. {% endif %} Note that the data import for things that were historically not handled by the NM website is still incomplete.
{% if not status %} {% endif %} {% if show_status %} {% endif %} {% for p in people %} {% if show_status %} {% endif %} {% endfor %}
StatusSince Account name Name
{{p.status|desc_status}}{{p.status_changed|none_if_epoch|date:"Y-m-d"|default:"(unknown)"}} {{p.uid|default:"None chosen yet"}} {{p.fullname}}
{% endblock %}