{template="packageBlockPrice" app="nexus" group="store" params="$package->fullPriceInfo()"}
{{if $package->physical}}
{{$stockLevel = $package->stockLevel();}}
{{if $stockLevel === 0}}
{lang="out_of_stock"}
{{else}}
{{if $stockLevel and settings.nexus_show_stock}}
{lang="x_in_stock" pluralize="$stockLevel"}
{{else}}
{lang="in_stock"}
{{endif}}
{{endif}}
{{endif}}
{{if $package->reviewable}}
{template="rating" group="global" app="core" params="'medium', $package->item()->averageReviewRating(), \IPS\Settings::i()->reviews_rating_out_of, $package->item()->memberReviewRating()"} {{if !$mini}}({$package->item()->reviews}){{endif}}
{{endif}}