2019-09-08 17:30:58 +02:00
|
|
|
{% extends "base.html.twig" %}
|
|
|
|
|
|
|
|
|
|
{% block title %}
|
|
|
|
|
{% trans %}parts_list.storelocation.title{% endtrans %} {{ entity.name }}
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
2023-02-04 23:05:39 +01:00
|
|
|
{% include "parts/lists/_info_card.html.twig" with {'header_label': 'storelocation.label'} %}
|
2019-09-08 17:30:58 +02:00
|
|
|
|
2023-02-04 23:05:39 +01:00
|
|
|
{% include "parts/lists/_action_bar.html.twig" with {'url_options': {'storelocation': entity.iD}} %}
|
2020-04-01 18:02:56 +02:00
|
|
|
|
2023-02-04 23:05:39 +01:00
|
|
|
{% include "parts/lists/_parts_list.html.twig" %}
|
2019-09-08 17:30:58 +02:00
|
|
|
|
|
|
|
|
{% endblock %}
|