Tag Item Can Rate
This template tag checks if user can rate this post.
== Example ==
// Return true if user can change rate, false if he/she cannot
$Item->can_rate();
== Parameters ==
This tag does not accept any parameters.
== Return value ==
This function return true on user can rate this post.