{% extends "process/base.html" %} {% load nm %} {% load js %} {% block head_resources %} {{block.super}} {% jsinclude "nm" %} {% jsinclude "tables" %} {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block content %}

Processes currently open

{% include "process/process_list.html" with procs=current %}

Processes closed in the last 30 days

{% include "process/process_list.html" with procs=last %}

Old-style processes

The process workflow has been reimplemented and this page lists only the processes using the new workflow.
Archive list of processes using the old workflow.

{% endblock %}