{{#if customerRating}}
  <span class="tui-rating">
    <h3 class="tui-rating-heading">{{customerRating.generalImpression.name}}</h3>
    <p class="tui-rating-score">
      <strong>{{customerRating.generalImpression.score}}</strong> {{getResource resourceObject 'topCustomerTipScoreOutOfTen'}}
    </p>
  </span>
{{/if}}
