forked from mirror/Part-DB.Part-DB-server
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 %} |