<%include file="/support/header.mako" args="title='TIF Calculator'"/>
% if "title" in result: % else: % endif
% if "error" in result:
% if result["error"] == "no page":

Can't find the given page: ${result["page"].title | h}.

% else: An unknown error occurred. % endif
% endif % if "tif" in result:
${result["page"].title | h}
TIF ${"{0:.2f}".format(result["tif"])} views/min
Transclusions ${result["transclusions"]}
Protection ${result["protection"]}
% if "cache" in result and result["cache"]:
Pageview data is cached from up to ${result["cache_age"]} ago.
% endif
% endif <%include file="/support/footer.mako"/>