%@ page import="com.atlassian.jira.plugin.navigation.HeaderFooterRendering" %>
<%@ page import="static com.atlassian.jira.component.ComponentAccessor.*" %>
<%
HeaderFooterRendering footerRendering = getComponent(HeaderFooterRendering.class);
footerRendering.includeFooters(out, request);
// include web panels
footerRendering.includeWebPanels(out, "atl.footer");
%>