Any with the class "generate-table-form" that is clicked, will fill the adjacent (next) "form-tablename" class element, with the form.
button.generate-table-form(table="tablename")
.anything
.form-[tablename]
Any
with the class "generate-select-form" that is clicked, will fill the adjacent (next) "select-tablename" class element, with the attributes "id - displayAttr" select options.displayAttr is the attribute in the button element
button.generate-select-form(table="tablename",displayAttr="tableattributes")
.anything
.form-[tablename]