<div class="bookmark_link">
<%~Links::Utils::load_link_info%>
<%include link.html%>
<%~if editable or my_comment%>
  <p class="comments">
    <label><%if my_folder_user_username_fk eq $user.Username%>My<%else%><%escape_html my_folder_user_username_fk%>'s<%endif%> Comments
    <%~if editable%> <span>(<a href="<%config.db_cgi_url%>/bookmark.cgi?action=edit_bookmark;my_id=<%my_id%>">edit</a>)</span><%endif~%>
    :</label> <%if my_comment%><%my_comment%><%else%><em>none</em><%endif%>
  </p>
<%~endif%>
</div>