Part-DB.Part-DB-server/templates/Parts/lists/footprint_list.html.twig

15 lines
429 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/_action_bar.html.twig" with {'url_options': {'footprint': entity.iD}} %}
{% include "Parts/lists/_parts_list.html.twig" %}
{% endblock %}