<%doc> USAGE DOCUMENTATION :: PLEASE LEAVE THIS AT THE TOP OF THIS FILE For Mako templating syntax documentation please visit: http://docs.makotemplates.org/en/latest/ Filename: current_activity_header.html Version: 0.1 Variable names: data [string] data :: Usable parameters data Returns the current number of active streams DOCUMENTATION :: END % if data != None: % if data == '0':

Activity

% else:

Activity ${data} stream(s)

% endif % else:

Activity

% endif