{# Adds a block of custom form fields. extras - The fields to add. errors - A dict of errors for the fields. limit - The total number of fields that should be output. Example: {% snippet 'snippets/custom_form_fields.html', extras=data.extras, errors=errors, limit=3 %} #} {% import "macros/form.html" as form %} {% set d4science_cms_obj_placeholders = h.d4science_get_content_moderator_system_placeholder() %} {% set d4science_system_type_obj = h.d4science_theme_get_systemtype_field_dict_from_session() %}