OTP Statistics

% if op and op == "query":
topic1:${topic1} topic2:${topic2} period:${year}/${month}
% for item in result: % endfor
# date time author title PV hatebu
${str(item["index"])} ${item["date"]} ${item["time"]} ${item["author"]} ${item["title"]} ${item["pageviews"]} ${item["hatebu_count"]}
% endif