I added the code below to the rows.html template but the official review doesn't show on the browse pages.
<!-- official review -->
<%if $ofc_review%>
<b>Official Review</b><br>
<%$ofc_review%>
<%/if%>
I added the code below to the rows.html template but the official review doesn't show on the browse pages.
<!-- official review -->
<%if $ofc_review%>
<b>Official Review</b><br>
<%$ofc_review%>
<%/if%>