{locale group="quiqqer/rating"
var="control.rate.text"
from=$value
max=$this->getAttribute('stars')
}
{if $this->getAttribute('showDetails')}
{foreach from=$details key=key item=value}
-
{locale group="quiqqer/rating" var="control.rate.stars"} {$key}
{$value}
{/foreach}
{/if}