+
+
Sandbox
+
{{if this.supplier.sandbox "Yes" "No"}}
+
+
+
Host
+
{{n-a this.supplier.host}}
+
+
+
Namespace
+
{{n-a this.supplier.namespace}}
+
+ {{#if (is-object this.supplier.options)}}
+ {{#each-in this.supplier.options as |key value|}}
+
+
{{smart-humanize key}}
+
{{n-a value}}
+
+ {{/each-in}}
+ {{/if}}
+
+ {{else}}
+
+
+
Name
+
{{n-a this.supplier.name}}
+
+
+
+
Email
+
{{n-a this.supplier.email}}
+
+
+
+
Phone
+
{{n-a this.supplier.phone}}
+
+
+
+
Website URL
+
{{n-a this.supplier.website_url}}
+
+
+
+
+
+
+
+
Address
+
{{n-a this.supplier.address}}
+
+
+ {{/if}}
+