{% extends "rcallocation/email_alert_base.html" %} {% block preamble %}

Thank you for submitting your allocation request.


Your request has been forwarded for review as part of the allocation request process.


This is a merit-based, project specific allocation to the Research Cloud. Allocations may take up to 3 weeks to process.


{% endblock %} {% block summary %}

{% if allocation.status == 'X' %} This request for an extension/change to the allocation for project {{ allocation.project_name }} ({{ allocation.project_id }}) was submitted by "{{ allocation.contact_email }}". {% else %} This allocation request was submitted by "{{ allocation.contact_email }}". {% endif %} You can view the request in the Nectar Dashboard using this link

{% endblock %} {% block allocation_details %}

Allocation Request Summary

{% autoescape on %}

Project name: {{ allocation.project_description }}


Duration: {{ allocation.estimated_project_duration }} months


Use Case:

{{ allocation.use_case }}


Usage pattern:

{{ allocation.usage_patterns|default:"None given." }}


Geographical Requirements:

{{ allocation.geographic_requirements|default:"None given." }}

{% if allocation.field_of_research_1 or allocation.field_of_research_1 or allocation.field_of_research_1 %}

Fields Of Research:

{% if allocation.field_of_research_1 %}

{{ allocation.get_field_of_research_1_display }} ({{ allocation.for_percentage_1 }}%)

{% endif %} {% if allocation.field_of_research_2 %}

{{ allocation.get_field_of_research_2_display }} ({{ allocation.for_percentage_2 }}%)

{% endif %} {% if allocation.field_of_research_3 %}

{{ allocation.get_field_of_research_3_display }} ({{ allocation.for_percentage_3 }}%)

{% endif %} {% endif %}
{% if allocation.bundle %}

Resource Bundle:

{{ allocation.bundle }}


{% endif %} {% if allocation.bundle %} {% else %} {% endif %} {% for quota in quotas %} {% endfor %}
Additional Requested Local ResourcesRequested Resources
{{ quota.service_type }} - {{ quota.resource|title }}{% if quota.zone != 'NeCTAR' %} - {{ quota.zone }}{% endif %} {% if quota.resource_type == 'boolean' %}Enabled{% else %}{{ quota.requested_quota }} {{ quota.unit }}{% endif %}{{ quota.resource.resource_type }}
{% endautoescape %} {% endblock %}