%if meta_name%>
<%endif%>
<%if meta_keywords%>
<%endif%>
<%include include_header.html%>
<%Links::Utils::format_title($main_title_loop, separator => $crumb_separator, no_escape_separator => $no_escape_crumb_separator, include_home => 1, link_type => 2)%>
Reviews
<%unless error%>
<%if username%>
<%if username eq $user.Username%>My Reviews<%else%>Reviews written by <%username%><%endif%> (<%Review_Count%> review<%if Review_Count != 1%>s<%endif%>)
<%elsif ID%>
<%include link.html%>
<%endif%>
<%endunless%>
<%if Review_Loop.length~%>
<%if paging.num_hits%><%Links::Utils::paging()%>
<%endif%>
<%loop Review_Loop~%>
<%include review_include.html%>
<%~endloop%>
<%if paging.num_hits%><%Links::Utils::paging(button_id => 'paging_button2')%>
<%endif%>
<%~endif%>
<%if ID and not error%><%endif%>
<%include include_footer.html%>