{% extends 'base.html' %} {% load static %} {% load project_templatetags %} {% block title %}Create Research Environment{% endblock %} {% block local_js_top %} {% endblock %} {% block local_css %} {% endblock %} {% block content %}
{% include "message_snippet.html" %}

Create Research Environment

{% csrf_token %} {{ form }}

Projected Costs

The currently selected configuration will cost approximately:

Instance Costs
{% for region_name, region_instances in instance_projected_costs.items %} {% for resource, cost in region_instances %} {% endfor %} {% endfor %}

Total: 0 $/hour

Data Costs
{% for region_name, additional_feature in data_storage_projected_costs.items %} {% endfor %}

Total: 0 $/month

For further information check: Google Pricing List

{% endblock %}