mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-04 07:24:34 +02:00
19 lines
No EOL
545 B
Twig
19 lines
No EOL
545 B
Twig
{% extends "base.html.twig" %}
|
|
|
|
{% import "components/datatables.macro.html.twig" as datatables %}
|
|
|
|
{% block title %}
|
|
{% trans %}parts_list.category.title{% endtrans %} {{ project.name }}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{% include "Projects/_info_card.html.twig" %}
|
|
|
|
{{ datatables.datatable(datatable, 'elements/datatables/datatables', 'projects') }}
|
|
|
|
{# {% include "Parts/lists/_action_bar.html.twig" with {'url_options': {'category': entity.iD}} %}
|
|
|
|
{% include "Parts/lists/_parts_list.html.twig" %} #}
|
|
|
|
{% endblock %} |