<mef:set title="{news.Subject}" js="mockup-box" /> <h3>{news.Subject}</h3> <div style="margin: 1em;"> <font size='1'>{news.DatePosted|localtime} | <a href="/members/id/{news.fkMember}">{news.Poster}</a><br /><br /></font> {news.BodyMockup|ppm} </div> <hr size='1' /> <h3>Comments</h3> <div style="margin: 1em 4em"> <div mef:loop="comments" style="margin-bottom: 1em"> {comments.Body|ppm} - <i>{comments.Poster}</i> <hr size='1' /> </div> <mef:members_only> <mef:if expr="!last_post"> <form name="commentform" action="/news/id/{id}" method="post"> <mef:include file="mockup-box" name="comment" /> <input type="submit" value="Add Comment" class="button" /> </form> </mef:if> </mef:members_only> </div>