<%#
Copyright 2008 Steven Barth
Copyright 2008-2019 Jo-Philipp Wich
Licensed to the public under the Apache License 2.0.
-%>
<%
local is_rollback_pending, rollback_time_remaining, rollback_session, rollback_token = luci.model.uci:rollback_pending()
if is_rollback_pending or trigger_apply or trigger_revert then
%>
<%
end
include("themes/" .. theme .. "/footer")
%>