mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-28 20:50:06 +02:00
9 lines
256 B
Twig
9 lines
256 B
Twig
|
{% extends "AdminPages/EntityAdminBase.html.twig" %}
|
||
|
|
||
|
{% block card_title %}
|
||
|
<i class="fas fa-cube fa-fw"></i> {% trans %}storelocation.labelp{% endtrans %}
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block additional_controls %}
|
||
|
{{ form_row(form.is_full) }}
|
||
|
{% endblock %}
|