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