mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 19:58:53 +02:00
10 lines
246 B
Twig
10 lines
246 B
Twig
|
{% extends 'main_card.html.twig' %}
|
||
|
|
||
|
{% block card_title %}<i class="fas fa-atom fa-fw"></i> {% trans %}label_scanner.title{% endtrans %}{% endblock %}
|
||
|
|
||
|
{% block card_content %}
|
||
|
{{ form_start(form) }}
|
||
|
|
||
|
{{ form_end(form) }}
|
||
|
{% endblock %}
|