%--
File : hd_home.html
Description : Displays the main help desk Home page for staff members.
--%>
<%if staff%>
<%include user_include_header.html%>
<%if error%>
<%error%>
<%endif%>
<%include user_include_stats.html%>
<%include user_include_footer.html%>
<%else%>
<%include hd_add_form.html%>
<%endif%>