$def with (form, post, edit, id, netforms=[], metaforms=[]) $if edit:

Editing a dataset

$else:

Add new dataset

$if post and edit:

Thank you for the update. You can look at this dataset $:link_to_dataset_id(getbase(), id, "here").

$elif post:

Thank you for the addition. You can look at this dataset $:link_to_dataset_id(getbase(), id, "here").

$else:

Data set properties

$:form.render()

Networks

$for f in netforms: $:f.render()


Attributes

$for f in metaforms: $:f.render()