{% include "dashboard/_resources-sliders.html" with field_priority=resources_form.priority field_num_cores=resources_form.num_cores field_ram_size=resources_form.ram_size %}
{% trans "Changing resources is only possible on virtual machines with STOPPED state. We suggest to turn off the VM after submitting the request otherwise it will be automatically stopped in the future when the request is accepted." %}
</div>
<divclass="form-group">
<label>{% trans "Message" %}*</label>
<textareaclass="form-control"name="message">{% include "request/initials/resources.html" %}</textarea>