Movie description
Name: $movie.getTitle()
Rating: $movie.averageRating()
Rating:
(1)
(2)
(3)
(4)
(5)
Comment:
Your comments here...
Ratings
User
Rating
Comment
#foreach ($rating in $movie.getRatings())
[$rating.getAccount().getUsername()]
[$rating.getRating()]
$rating.getComment()
#end
Cast
Person
Role
#foreach ($participation in $movie.participations)
$participation.actor.name
$participation.role
#end
#include( "footer.html" )