{{if settings.mrp_post && $author->member_id}} {{if $nextRank = $author->nextrank()}} {{$nowRank = $author->rank();}} {{$remPoints = $nextRank->points - $author->achievements_points;}} {{$maxPoints = $nextRank->points - $nowRank->points;}} {{$nowPoints = $maxPoints - $remPoints;}} {{else}} {{$nowRank = $author->rank();}} {{$maxPoints = $nowRank->points;}} {{$nowPoints = $author->achievements_points;}} {{endif}} {{endif}}