mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
9 lines
No EOL
271 B
Twig
9 lines
No EOL
271 B
Twig
{% extends "AdminPages/EntityAdminBase.html.twig" %}
|
|
|
|
{% block card_title %}
|
|
<i class="fas fa-file-alt fa-fw"></i> {% trans %}attachment_type.caption{% endtrans %}
|
|
{% endblock %}
|
|
|
|
{% block additional_controls %}
|
|
{{ form_row(form.filetype_filter) }}
|
|
{% endblock %} |