{{#if editable}}
plus add
Add Event
edit
{{/if}}
    {{#each machineprops}} {{#if value}}
  • {{label}}
    {{value}}
  • {{/if}} {{/each}}
    {{#each events}}
  • {{name}}
    {{shortdate}}
    • Date/Time
      {{date}}
    • {{#if privatenotes}}
    • Private Notes
      {{privatenotes}}
    • {{/if}} {{#if publicnotes}}
    • Public Notes
      {{publicnotes}}
    • {{/if}}
  • {{/each}}
{{#if clientinfo}} {{#with clientinfo}}
  • Name
    {{name}}
  • {{#if phone}}
  • Phone
    {{phone}}
  • {{/if}} {{#if billingaddress}}
  • Billing Address
    {{billingaddress}}
  • {{/if}} {{#if mailingaddress}}
  • Mailing Address
    {{mailingaddress}}
  • {{/if}}
{{/with}} {{else}}
No client has been linked.
{{/if}}