{{ form_row(form.disable_footprints) }}
{{ form_row(form.disable_manufacturers) }}
{{ form_row(form.disable_autodatasheets) }}
{{ form_row(form.disable_properties) }}
{{ form_row(form.eda_info.reference_prefix) }}
{{ form_row(form.eda_info.visibility) }}
{{ form_widget(form.eda_info.exclude_from_bom) }}
{{ form_widget(form.eda_info.exclude_from_board) }}
{{ form_widget(form.eda_info.exclude_from_sim) }}
{% trans %}eda_info.kicad_section.title{% endtrans %}:
{{ form_row(form.eda_info.kicad_symbol) }}
{% endblock %}