{% extends "public/base.html" %} {% load nm %} {% load js %} {% block head_resources %} {{block.super}} {% jsinclude "nm,sparkline" %} {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block content %}

Application status for {{person.fullname}}

{% if process.applying_for == STATUS_DC_GA or process.applying_for == STATUS_DM_GA %}

Guest account activation checklist

See: handling of guest accounts on debian.org machines.
{% endif %}

Personal information

{% if process.progress == PROGRESS_AM_OK %}
{% include "public/checklist-fd-checks.html" %}
{% endif %} {% with fpr=person.fingerprint %} {% endwith %} {% if process.manager %} {% elif process.progress == PROGRESS_APP_OK %} {% if visitor.is_admin %} {% endif %} {% endif %} {% if visitor.is_admin %} {% endif %} {% if "view_mbox" in visit_perms %} {% if mbox_stats %} {% endif %} {% endif %}
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 %}
  • SC/DFSG/DMUP agreement: {% if "edit_statements" in visit_perms %} {{fpr.agreement_status}} {% elif "see_statements" in visit_perms %} {{fpr.agreement_status}} {% else %} {{fpr.agreement_status}} {% endif %}
  • {% if keycheck %}
  • Main key: {{keycheck.main.remarks}} (last updated: {{keycheck.updated|date:"Y-m-d H:i T"}}) {% if "update_keycheck" in visit_perms %}
    {% csrf_token %}
    {% endif %}
  • {% for uid in keycheck.uids %}
  • {{uid.name}}: {{uid.remarks}}, {{uid.sigs_ok}} DD sigs, {{uid.sigs_no_key}} non-DD sigs
  • {% endfor %} {% endif %}
{% endif %}
Manager{{process.manager.person.uid}}
Managerassign 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 %}
{% if form %}

Progress to become {{ process.applying_for|desc_status }}

Current progress is: {{ process.progress|desc_progress }}.

{% csrf_token %} {{ form.as_p }}

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.

{% if process.applying_for == STATUS_DC_GA or process.applying_for == STATUS_DM_GA %}

Draft activation email

{% endif %} {% if process.applying_for == STATUS_DD_U or process.applying_for == STATUS_DD_NU %} {% if process.progress == PROGRESS_FD_OK %}

Draft activation email

{% endif %} {% if process.progress == PROGRESS_AM %}
A recommendation mail will be sent to debian-newmaint@lists.debian.org, including the applicant's short bio. Ensure they are happy for it to be published before proceeding.
{% endif %} {% endif %} {% endif %}

Process log

{% if visitor.is_admin %} {% endif %} {% if visitor.am %} {% endif %} {% for l in log %} {% if visitor.is_admin %} {% endif %} {% if visitor.am %} {% endif %} {% endfor %}
ActionsDate Changed by ProgressText
edit{{l.logdate|date:"Y-m-d"}} {{l.changed_by.uid}} {{l.progress|desc_progress}}{{l.logtext}}

Further Steps

{% for step in steps %} {% if forloop.counter0 < curstep_idx %} {% endif %} {% if forloop.counter0 == curstep_idx %} {% endif %} {% if forloop.counter0 > curstep_idx %} {% endif %} {% endfor %}
donecurrenttodo {{step|desc_progress}}
{% endblock %}