{% extends 'rcallocation/base.html' %} {% load static %} {% load publication_extras %} {% load countries %} {% block title %}Allocation Request{% endblock title %} {% block css %} {{ block.super }} {{ form.media.css }} {% endblock %} {% block sidebar %} {% with current_sidebar="allocation" %} {{ block.super }} {% endwith %} {% endblock %} {% block breadcrumb_nav %} {{ block.super }} {% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block main %}
{% if object %}

Edit Allocation Request:

{% else %}

New Allocation Request:

{% endif %}
{% block form_intro %}

This form allows you to request a project specific allocation on the Nectar Research Cloud. Allocations take up to 3 weeks to process. If you have any questions please create a support ticket.

NOTE If you would like to request an extension or amendment of an existing allocation, please use the Amend/Extend allocation action on the existing allocation request on the My Requests page.

{% endblock %}

INFO: Required fields are marked with an sign.

{% if form.errors or investigator_formset.errors|first or publication_formset.errors|first or grant_formset.errors|first or grant_formset.non_form_errors %} {% endif %} {% if warnings %} {% include "rcallocation/warnings.html" %} {% endif %} {% if nags|length > 0 %} {% endif %}

You will need...

Before you begin this form, please have the following information ready.

  • Project information.
  • Chief Investigator details and contact.
  • Research Grant information.
  • FoR code to describe research.
  • {% if object and object.can_have_publications %}
  • Details of research project outputs/publications.
  • {% endif %}
{% csrf_token %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %}
{% include "rcallocation/_form_details.html" with form=form %}
{% include "rcallocation/_form_resources.html" with form=form %}

Are you ready to submit this allocation request?

{% if warnings|length > 0 %} {% endif %}
{% if nags|length > 0 %} {% endif %}
{% endblock %} {% block footer %} {{ block.super }} {{ form.media.js }} {% endblock %}