{namespace sgm=SGalinski\SgMail\ViewHelpers} <f:layout name="NoMenu" /> <f:section name="iconButtons"> </f:section> <f:section name="content"> <f:flashMessages /> <f:form action="create" controller="Configuration" method="post" objectName="configuration" object="{configuration}"> <div class="row"> <div class="col-xs-12 col-md-3"> <div class="form-group"> <label for="templateName"><f:translate key="backend.create.templateName" />TEMPLATE NAME</label> <f:form.textfield class="form-control" property="templateName" id="templateName" /> </div> <div class="form-group"> <label for="markers"><f:translate key="backend.create.markers" />markers</label> <f:form.textfield class="form-control" property="markers" id="markers" /> </div> <div class="form-group"> <label for="subject"><f:translate key="backend.create.subject" />subject</label> <f:form.textfield class="form-control" property="subject" id="subject" /> </div> <div class="form-group"> <label for="description"><f:translate key="backend.create.description" />description</label> <f:form.textarea class="form-control" property="description" id="description" /> </div> </div> </div> </f:form> </f:section>