.frame
  template#customer-template
    div#clientBox
      div
        h2 Client :
        div.containerH
          label Raison Sociale :
          span ${value.name}
        div.containerV
          label Adresse :
          span ${value.address}
      div
        h2 Contact :

  sib-display(
    data-fields='title, customer.logo, label-description, description, customer',
    set-title='const-title1,phone, customer.name,const-title2, name',
    widget-customer.logo='sib-display-img',
    template-customer='customer-template',
    widget-team='sib-display-lookuplist',
    value-label-description="Description:",
    value-label-customer="Client:",
    value-const-title1="N°:",
    value-const-title2="-",
    bind-resources,
  )

  h2 Team:
  div.containerH
    sib-display.members-list-condensed(
      id-suffix='team',
      data-fields='profile.picture, profile.user, groups',
      widget-profile.picture='sib-display-img',
      widget-profile.user='hdapp-userinfo',
      widget-groups='sib-display-lookuplist',
      next='profile',
      bind-resources,
    )