<%Links::Utils::format_title($title_loop, separator => $crumb_separator, no_escape_separator => $no_escape_crumb_separator, include_home => 1, link_type => 2)%>
<%category_short%> <%~if config.newsletter_enabled and not config.newsletter_global_subscribe%> <%~Links::Newsletter::subscription_info($ID)%><%-- SubscriptionStatus: 0 = not subscribed, 1 = indirectly subscribed, 2 = directly subscribed --%> <%if SubscriptionStatus == 2%>(Unsubscribe)<%elsif SubscriptionStatus == 1%><%else%>(Subscribe)<%endif%> <%~endif%>
<%if category_loop.length~%>Categories
<%~set split = Links::Utils::column_split($category_loop.length, $category_cols)%>
<%loop category_loop%>
<%~set splitmod = $row_num % $split%>
<%~if row_num == 1 or splitmod == 1 or split == 1%>
<%~endif%>
<%if related_loop.length~%>
- <%endif%>
<%~include subcategory.html%>
<%~if row_num == $category_loop.length or splitmod == 0%>
Related Categories
-
<%~loop related_loop%>
- <%Full_Name%> <%~endloop%>
Links
<%if paging.num_hits%><%Links::Utils::paging()%>
<%endif%>
<%loop links_loop~%>
<%include link.html%>
<%~endloop%>
<%if paging.num_hits%><%Links::Utils::paging(button_id => 'paging_button2')%>
<%endif%>
<%~endif%>
<%if editors_loop.length~%>
Editors
-
<%~loop editors_loop%>
- <%escape_html Username%> <%~endloop%>