<%inherit file="/base/index.html" /> <%namespace file="/base/exporter.html" name="exporter" import="*"/> <%def name="heading()"> % if c.id: % if c.id == 'memory':

Export Forms in Memory

% else:

Export Form ${c.id}

% endif % else:

Export All Form Search Results

% endif

Choose export type

${h.submit(value="Export", name='submit')}