mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 19:34:31 +02:00
15 lines
No EOL
434 B
Twig
15 lines
No EOL
434 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 comment %}{% endblock %}
|
|
|
|
{% block additional_controls %}
|
|
{{ form_row(form.group) }}
|
|
{{ form_row(form.first_name) }}
|
|
{{ form_row(form.last_name) }}
|
|
{{ form_row(form.email) }}
|
|
{{ form_row(form.department) }}
|
|
{% endblock %} |