mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-24 12:54:44 +02:00
10 lines
No EOL
314 B
Twig
10 lines
No EOL
314 B
Twig
{% extends "AdminPages/EntityAdminBase.html.twig" %}
|
|
|
|
{% block card_title %}
|
|
<i class="fas fa-microchip fa-fw"></i> {% trans %}footprint.labelp{% endtrans %}
|
|
{% endblock %}
|
|
|
|
{% block master_picture_block %}
|
|
{{ form_row(form.master_picture_attachment) }}
|
|
{{ form_row(form.footprint_3d) }}
|
|
{% endblock %} |