{% extends '../requests_new.html.to' %} {% block form %}

Details of Use

{% autoescape None %} {% if f.errors %} There were some errors, see below. {% end %}

Application Details

{{ f.application_name.label }} {{ f.application_name(placeholder="What is the application name?") }} {{ f.application_description.label }} {{ f.application_description(placeholder="Describe the application") }} {{ f.dollar_value.label }} {{ f.dollar_value(placeholder="$") }} {{ f.input_estimate.label }} {{ f.input_estimate }} NEW
{{ f.date_start.month.label }} {{ f.date_start.month(min="1", max="12") }}
{{ f.date_start.day.label }} {{ f.date_start.day(min="1", max="31") }}
{{ f.date_start.year.label }} {{ f.date_start.year(min="2000", max="2040") }}
{{ f.period_of_performance.label }} {{ f.period_of_performance }}
{{ f.classification_level.label }} {{ f.classification_level(class_="usa-unstyled-list") }}
{{ f.primary_service_branch.label }} {{ f.primary_service_branch(placeholder="Add tags associated with service branches") }}
{{ f.cloud_model.label }} {{ f.cloud_model(class_="usa-unstyled-list") }}

Computation

These headings introduce, respectively, sections and subsections within your body copy. As you create these headings, follow the same guidelines that you use when writing section headings: Be succinct, descriptive, and precise.

{{ f.number_of_cores.label }} {{ f.number_of_cores(placeholder="Total cores", min="1", max="32") }} {{ f.total_ram.label }} {{ f.total_ram(placeholder="Total RAM", min="1", max="32") }} {% for e in f.total_ram.errors %}
{{ e }}
{% end %}

Storage

The particulars of your body copy will be determined by the topic of your page. Regardless of topic, it’s a good practice to follow the inverted pyramid structure when writing copy: Begin with the information that’s most important to your users and then present information of less importance.

{{ f.object_storage.label }} {{ f.object_storage(placeholder="Total object storage") }} {{ f.server_storage.label }} {{ f.server_storage(placeholder="Total server storage") }}

Estimated Application Storage

The particulars of your body copy will be determined by the topic of your page. Regardless of topic, it’s a good practice to follow the inverted pyramid structure when writing copy: Begin with the information that’s most important to your users and then present information of less importance.

{{ f.total_active_users.label }} {{ f.total_active_users(placeholder="Total active users") }} {{ f.total_peak_users.label }} {{ f.total_peak_users(placeholder="Total peak users") }} {{ f.total_requests.label }} {{ f.total_requests(placeholder="Total requests") }} {{ f.total_environments.label }} {{ f.total_environments(placeholder="Total number of environments") }} {% end %}