forked from mirror/Part-DB.Part-DB-server
13 lines
325 B
Twig
13 lines
325 B
Twig
{% extends "base.html.twig" %}
|
|
|
|
{% block title %}
|
|
{% trans %}parts_list.supplier.title{% endtrans %} {{ entity.name }}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{% include "Parts/lists/_info_card.html.twig" with {'header_label': 'supplier.label'} %}
|
|
|
|
{% include "Parts/lists/_parts_list.html.twig" %}
|
|
|
|
{% endblock %}
|