<%inherit file="/base/index.html" /> <%namespace file="/base/markup.html" name="markup" import="*"/> <%def name="heading()">

${c.heading}

${h.commatizeNumberString(c.formCount)}
% if c.formCount == '1': Form % else: Forms % endif
${h.literal(c.content)}
% if 'user_role' in session and session['user_role'] == 'administrator': edit % endif