{% load i18n %} {% load form_helpers %}
{% include 'horizon/common/_form_errors.html' with form=form %}

{% trans "Node Detail" %}

{% trans "Power Management" %}
{% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.driver required=True %} {% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.ipmi_address %} {% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.ipmi_username %} {% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.ipmi_password %} {% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.ssh_address %} {% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.ssh_username %} {% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.ssh_key_contents %}
{% trans "Networking" %}
{% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.mac_addresses required=True %}
{% trans "Hardware" %}
{% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.cpu_arch required=True %} {% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.cpus extra_text=_('units') required=True %} {% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.memory_mb extra_text=_('MB') required=True %} {% include 'infrastructure/nodes/_nodes_formset_field.html' with field=form.local_gb extra_text=_('GB') required=True %}