{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load common_tags %} {% load static %} {% block title %} Request New Allocation {% endblock %} {% block content %}

Request New Allocation
Project: {{ project.title }}


The following {{ settings.CENTER_NAME }} resources are available to request for this project. If you need access to more than one of these, please submit a separate allocation request for each resource. For each request you must provide the justification for how you intend to use the resource to further the research goals of your project.

{% csrf_token %} {{form |crispy}} Back to Project
{{ resources_form_default_quantities|json_script:"resources-form-default-quantities" }} {{ resources_form_descriptions|json_script:"resources-form-description" }} {{ resources_form_label_texts|json_script:"resources-form-label-texts" }} {{ resources_with_accounts|json_script:"resources-with-accounts" }} {{ resources_with_eula|json_script:"resources-with-eula" }} {% endblock %} {% block javascript %} {{ block.super }} {% endblock %}