mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
9 lines
No EOL
255 B
Twig
9 lines
No EOL
255 B
Twig
{% extends "base.html.twig" %}
|
|
|
|
{% import "components/datatables.macro.html.twig" as datatables %}
|
|
|
|
{% block title %}{% trans %}attachment.list.title{% endtrans %}{% endblock %}
|
|
|
|
{% block content %}
|
|
{{ datatables.datatable(datatable) }}
|
|
{% endblock %} |