{{!TODO: fix this hidden-field nonsense}}
{{#bulk?}}{{/bulk?}}
{{#model.fields:field}}
{{! Only showing editable fields for now}}
{{#or field.editable params.show_hidden}}
{{^join-model? field}}
{{name}}
{{type}}
{{#bulk?}}
{{/bulk?}}
{{! show the edit template for editable fields }}
{{!#editable}}
{{> templates/content/models/fields/edit/_[[type]].html }}
{{!/editable}}
{{! and the view template for non-editable fields - TODO:kd - do we even want to show these? }}
{{!^editable}}
{{!> templates/content/models/fields/view/_[[type]].html }}
{{!/editable}}