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

Associate Form ${c.form.id} to a File


${formViewForAssociation(c.form)}
Associate by File ID
${h.submit(value="Associate", name='submit', tabindex=2)}