% access = _kas.events.call(:check_page_access, {:page => :logs_latest}) if !access print _("You do not have access to this page.") exit end ob = _kas.events.call(:ob) %>
<%=_("ID")%> | <%=_("Log")%> | <%if ob%><%=_("Object")%> | <%end%>
---|---|---|
<%=log.id%> | <%=log.first_line%> | <%if ob%><%=log.objects_html(ob)%> | <%end%>
<%=_("No logs were found.")%> |