{{#if editing}}
{{i18n "admin.embedding.host"}}
{{input value=buffered.host placeholder="example.com" enter="save" class="host-name"}}
{{i18n "admin.embedding.class_name"}}
{{input value=buffered.class_name placeholder="class" enter="save" class="class-name"}}
{{i18n "admin.embedding.path_whitelist"}}
{{input value=buffered.path_whitelist placeholder="/blog/.*" enter="save" class="path-whitelist"}}
{{i18n "admin.embedding.category"}}
{{category-chooser value=categoryId class="small"}} {{d-button icon="check" action="save" class="btn-primary" disabled=cantSave}} {{d-button icon="times" action="cancel" class="btn-danger" disabled=host.isSaving}} {{else}}
{{i18n "admin.embedding.host"}}
{{host.host}}
{{i18n "admin.embedding.class_name"}}
{{host.class_name}}
{{i18n "admin.embedding.path_whitelist"}}
{{host.path_whitelist}}
{{i18n "admin.embedding.category"}}
{{category-badge host.category}} {{d-button icon="pencil" action="edit"}} {{d-button icon="trash-o" action="delete" class='btn-danger'}} {{/if}}