<#include "managegrudata_tabs.html" /> <@tabs tab="demand" /> <@rowBoxHeader i18nTitleKey="grustoragedb.create_demand.pageTitle">
<@messages errors=errors /> <@fieldInputText i18nLabelKey="grustoragedb.create_demand.labelIdCustomer" inputName="id_customer" mandatory=true value="${demand.idCustomer!''}" i18nHelpBlockKey="grustoragedb.create_demand.labelIdCustomer.help" /> <@fieldInputText i18nLabelKey="grustoragedb.create_demand.labelDemandId" inputName="demand_id" mandatory=true value="${demand.demandId!''}" i18nHelpBlockKey="grustoragedb.create_demand.labelDemandId.help" /> <@fieldInputText i18nLabelKey="grustoragedb.create_demand.labelDemandTypeId" inputName="demand_type_id" mandatory=true value="${demand.demandTypeId!''}" i18nHelpBlockKey="grustoragedb.create_demand.labelDemandTypeId.help" /> <@fieldInputText i18nLabelKey="grustoragedb.create_demand.labelDemandState" inputName="demand_status" value="${demand.demandState!''}" i18nHelpBlockKey="grustoragedb.create_demand.labelDemandState.help" /> <@fieldInputText i18nLabelKey="grustoragedb.create_demand.labelMaxSteps" inputName="max_steps" value="${demand.maxSteps!''}" i18nHelpBlockKey="grustoragedb.create_demand.labelMaxSteps.help" /> <@fieldInputText i18nLabelKey="grustoragedb.create_demand.labelCurrentStep" inputName="current_step" value="${demand.currentStep!''}" i18nHelpBlockKey="grustoragedb.create_demand.labelCurrentStep.help" /> <@actionButtons button1Name="action_createDemand" button2Name="view_manageDemands"/>