Part-DB-server/templates/parts/edit/_eda.html.twig
copilot-swe-agent[bot] b508d57094 Rename form column Twig globals to shorter names: label_col, input_col, offset_col
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
2026-03-07 13:11:16 +00:00

20 lines
643 B
Twig

{{ form_row(form.eda_info.reference_prefix) }}
{{ form_row(form.eda_info.value) }}
{{ form_row(form.eda_info.visibility) }}
<div class="row mb-2">
<div class="{{ input_col }} {{ offset_col }}">
{{ form_widget(form.eda_info.exclude_from_bom) }}
{{ form_widget(form.eda_info.exclude_from_board) }}
{{ form_widget(form.eda_info.exclude_from_sim) }}
</div>
</div>
<div class="row">
<div class="{{ input_col }} {{ offset_col }}">
<h6>{% trans %}eda_info.kicad_section.title{% endtrans %}:</h6>
</div>
</div>
{{ form_row(form.eda_info.kicad_symbol) }}
{{ form_row(form.eda_info.kicad_footprint) }}