{% if application.state == 'A' %} {% elif application.state == 'DUP' %} {% elif application.state == 'R' %} {% else %}
  1. Applicant enter details. {% if 'is_applicant' in roles %}
    1. Introduction.
    2. Shiboleth authentication (if supported).
    3. Enter applicant details (if required).
    4. Enter project details.
    {% endif %}
  2. {% if application.state == 'L' %}
  3. Project leader approval.
  4. {% elif application.state == 'D' %}
  5. Institute delegate approval.
  6. {% elif application.project %}
  7. Project leader approval.
  8. {% elif application.name %}
  9. Institute delegate approval.
  10. {% else %}
  11. Project leader/Institute delegate approval.
  12. {% endif %}
  13. Administrator approval.
  14. Set password for new accounts.
  15. Application complete.
{% if application.state == 'C' %} {% elif application.state == 'A' %} {% elif application.state == 'R' %} {% else %} {% if application.needs_account %}

A computer account on the {{ org_name }} clusters will be made for {{ application.applicant }} if they do not already have one.

{% endif %} {% endif %} {% endif %}