{{if $range && $min !== NULL}}
{$min}
{{endif}}
{{if $range && $max !== NULL}}
{$value}/{$max}
{{endif}}
{{if is_string( $suffix )}}
{$suffix|raw}
{{elseif isset( $suffix['preUnlimited'] )}}
{$suffix['preUnlimited']|raw}
{{endif}}
{{if $unlimited !== NULL}}
{lang="or"}
{{endif}}
{{if is_array( $suffix ) and isset( $suffix['postUnlimited'] )}}
{$suffix['postUnlimited']|raw}
{{endif}}