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