mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-18 00:29:22 +02:00
12 lines
204 B
Twig
12 lines
204 B
Twig
|
{% extends "base.html.twig" %}
|
||
|
|
||
|
{% block title %}
|
||
|
{% trans %}parts_list.all.title{% endtrans %}
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
{% include "Parts/lists/_parts_list.html.twig" %}
|
||
|
|
||
|
{% endblock %}
|