<%inherit file="/base/index.html"/>
${h.form(url(controller="collection", action="change", id=c.id), method="post")} Collection Name: ${h.text("collection_name", value=c.collection.name)}
Collection Tags: ${h.text("collection_tags", value=h.create_tag_str(c.collection.tags))}
${h.submit('change', 'Change')} ${h.end_form()}