mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
13 lines
327 B
Twig
13 lines
327 B
Twig
{% extends "base.html.twig" %}
|
|
|
|
{% block title %}
|
|
{% trans %}parts_list.footprint.title{% endtrans %} {{ entity.name }}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{% include "Parts/lists/_info_card.html.twig" with {'header_label': 'footprint.label'} %}
|
|
|
|
{% include "Parts/lists/_parts_list.html.twig" %}
|
|
|
|
{% endblock %}
|