{% extends '../requests_new.html.to' %} {% block form %}
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 %} {% end %}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") }}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 %}