2019-03-05 23:52:45 +01:00
|
|
|
{% extends "base.html.twig" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2019-03-27 19:03:02 +01:00
|
|
|
{#
|
2019-03-12 19:09:22 +01:00
|
|
|
<div class="card border-primary">
|
|
|
|
<div class="card-header bg-primary text-white">
|
|
|
|
<h6>Bauteile</h6>
|
|
|
|
</div>
|
2019-03-27 19:03:02 +01:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
#}
|
|
|
|
|
|
|
|
{# Set the title for the table here. It will be inserted into the table later.#}
|
|
|
|
<div style="display:none;" id="part-card-header-src">Test</div>
|
|
|
|
|
|
|
|
<div id="part_list" class="table-responsive" data-datatable data-settings='{{ datatable_settings(datatable) }}'>
|
|
|
|
<div class="card-body">
|
|
|
|
<div class="card">
|
|
|
|
<div class="card-body">
|
|
|
|
<h4>{% trans %}part_list.loading.caption{% endtrans %}</h4>
|
|
|
|
<h6>{% trans %}part_list.loading.message{% endtrans %}</h6>
|
|
|
|
</div>
|
2019-03-12 19:09:22 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-03-11 13:25:19 +01:00
|
|
|
</div>
|
2019-03-05 23:52:45 +01:00
|
|
|
|
|
|
|
{% endblock %}
|