%--
File : hd_report.html
Description : Displays the Reports page (top level).
--%>
<%include user_include_header.html%>
<%if month_long%><%month_long%><%endif%> <%year%> <%lang_tag('WORD_REPORTS')%>
<%include hd_include_report_main.html%>
<%if detail%>
<%include hd_include_report_detail.html%>
<%else%>
<%lang_tag('HD_TOTALOF')%> <%open_count%> <%lang_tag('WORD_OPEN')%> <%calls%>
<%lang_tag('HD_TOTALOF')%> <%closed_count%> <%lang_tag('WORD_CLOSED')%> <%calls%>
<%lang_tag('HD_CLICKABOVE')%> <%calls%>.
<%endif%>
<%include user_include_footer.html%>