{{#form-flow}}
{{#form}}
    <fieldset id="new-item-form" class="hoo-fieldset no-outline">
        <div class="hoo-field" role="group">
            {{#issue-type}}
            {{> atoms-label }}
            {{> molecules-radio-button-group}}
            {{/issue-type}}
        </div>
        <div class="hoo-field stretched" role="group">
            {{#location}}
            {{> atoms-label }}
            {{> atoms-select-grouped }}
            {{/location}}
        </div>
        <div class="hoo-field" role="group">
            {{#equipment-asset-Id}}
            {{> atoms-label }}
            {{> atoms-input-text }}
            {{> atoms-input-description }}
            {{/equipment-asset-Id}}
        </div>
        <div class="hoo-field" role="group">
            {{#priority-level}}
            {{> atoms-label }}
            {{> molecules-radio-button-group}}
            {{/priority-level}}
        </div>
        <div class="hoo-field" role="group">
            {{#description}}
            {{> atoms-label }}
            {{> atoms-input-description }}
            {{> atoms-input-textarea }}
            {{/description}}
        </div>
        <div class="hoo-field" role="group">
            {{#reported-by}}
            {{> atoms-label }}
            {{> atoms-input-text }}
            {{/reported-by}}
        </div>
        <div class="hoo-field" role="group">
            {{#datetime-reported}}
            {{> atoms-label }}
            {{> atoms-input-datetime-local }}
            {{/datetime-reported}}
        </div>
        <div class="actions">
            {{#btn-report-cancel}}
            {{> atoms-button-standard }}
            {{/btn-report-cancel}}
            {{#btn-report-issue}}
            {{> atoms-button-primary }}
            {{/btn-report-issue}}
        </div>
    </fieldset>
    {{/form}}
{{/form-flow}}