src/Elements/Bundle/DemiFrontendBundle/Resources/views/Includes/rating.html.twig line 1

Open in your IDE?
  1. <div class="rating {{ isTextWhite is defined ? 'rating--white': '' }} {{ styleModifier }}">
  2.     <div class="rating__score">{{ score }}</div>
  3.     {{ text }}
  4.     {% if showReviewCount is defined and showReviewCount %}
  5.         <span class="rating__count text-muted">
  6.             ({{ ratingCount }} {{ ratingCount > 0 ? 'demi.ratings'|trans : 'demi.rating'|trans  }} )
  7.         </span>
  8.     {% endif %}
  9. </div>