{{#unless navItem.isNew}} Reorder {{/unless}}
{{#gh-validation-status-container tagName="span" class="gh-blognav-label" errors=navItem.errors property="label" hasValidated=navItem.hasValidated}} {{gh-trim-focus-input focus=navItem.last placeholder="Label" value=navItem.label keyPress=(action "clearLabelErrors")}} {{gh-error-message errors=navItem.errors property="label"}} {{/gh-validation-status-container}} {{#gh-validation-status-container tagName="span" class="gh-blognav-url" errors=navItem.errors property="url" hasValidated=navItem.hasValidated}} {{gh-navitem-url-input baseUrl=baseUrl url=navItem.url isNew=navItem.isNew change="updateUrl" clearErrors=(action "clearUrlErrors")}} {{gh-error-message errors=navItem.errors property="url"}} {{/gh-validation-status-container}}
{{#if navItem.isNew}} {{else}} {{/if}}