mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-14 04:14:36 +02:00
9 lines
No EOL
256 B
Twig
9 lines
No EOL
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 %} |