{% block dm_modal_sizes_table %}
<!-- Modal sizes table -->
<div class="modal dm-modal-sizes-table fade" id="modalSizesTable" tabindex="-1" aria-labelledby="modalLabelHeadline" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
{% block dm_modal_sizes_table_header %}
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span class="icon icon-close">
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 11.293l10.293-10.293.707.707-10.293 10.293 10.293 10.293-.707.707-10.293-10.293-10.293 10.293-.707-.707 10.293-10.293-10.293-10.293.707-.707 10.293 10.293z"></path></svg>
</span>
</button>
</div>
{% endblock %}
{% block dm_modal_sizes_table_body %}
<div class="modal-body">
<div class="card-title mb-4">
{{ "sanetta.productDetail.sizesTable.headline"|trans|striptags }}
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<img class="img-fluid d-none d-lg-block" src="{{ asset('bundles/sanettatheme/assets/image/sizeadvisorchild.jpg', 'asset') }}"
alt="{{ 'sanetta.product_detail.sizes_table.headline'|trans|striptags }}" />
</div>
<div class="col-lg-8">
<div>
<div class="h5">{{ "sanetta.productDetail.sizesTable.category1"|trans|striptags }}</div>
<table class="table table-sm table-hover table-responsive-lg">
<tbody>
<tr>
<th scope="row">{{ "sanetta.productDetail.sizesTable.categoryAttribute1"|trans|striptags }}</th>
<td>50</td>
<td>56</td>
<td>62</td>
<td>68</td>
<td>74</td>
<td>80</td>
</tr>
<tr>
<th scope="row">{{ "sanetta.productDetail.sizesTable.categoryAttribute2"|trans|striptags }}</th>
<td>0</td>
<td>1</td>
<td>3</td>
<td>6</td>
<td>9</td>
<td>12</td>
</tr>
</tbody>
</table>
</div>
<div>
<div class="h5">{{ "sanetta.productDetail.sizesTable.category2"|trans|striptags }}</div>
<table class="table table-sm table-hover table-responsive-lg">
<tbody>
<tr>
<th scope="row">{{ "sanetta.productDetail.sizesTable.categoryAttribute1"|trans|striptags }}</th>
<td>86</td>
<td>92</td>
<td>98</td>
<td>104</td>
<td>110*</td>
<td>116</td>
<td>122*</td>
<td>128</td>
<td>134*</td>
<td>140</td>
</tr>
<tr>
<th scope="row">{{ "sanetta.productDetail.sizesTable.categoryAttribute3"|trans|striptags }}</th>
<td>1,5</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>5-6</td>
<td>7</td>
<td>7-8</td>
<td>9</td>
<td>9-10</td>
</tr>
</tbody>
</table>
</div>
<div>
<div class="h5">{{ "sanetta.productDetail.sizesTable.category3"|trans|striptags }}</div>
<table class="table table-sm table-hover table-responsive-lg">
<tbody>
<tr>
<th scope="row">{{ "sanetta.productDetail.sizesTable.categoryAttribute1"|trans|striptags }}</th>
<td>146*</td>
<td>152</td>
<td>158*</td>
<td>164</td>
<td>170*</td>
<td>176</td>
<td>188</td>
</tr>
<tr>
<th scope="row">{{ "sanetta.productDetail.sizesTable.categoryAttribute3"|trans|striptags }}</th>
<td>11</td>
<td>11-12</td>
<td>13</td>
<td>13-14</td>
<td>15</td>
<td>15-16</td>
<td>17</td>
</tr>
</tbody>
</table>
</div>
<div>
<div class="h5">{{ "sanetta.productDetail.sizesTable.category4"|trans|striptags }}</div>
<table class="table table-sm table-hover table-responsive-lg">
<tbody>
<tr>
<th scope="row">{{ "sanetta.productDetail.sizesTable.categoryAttribute4"|trans|striptags }}</th>
<td>XS</td>
<td>S</td>
<td>M</td>
<td>L</td>
<td>XL</td>
<td>XXL</td>
</tr>
<tr>
<th scope="row">{{ "sanetta.productDetail.sizesTable.categoryAttribute5"|trans|striptags }}</th>
<td>36</td>
<td>38</td>
<td>40</td>
<td>42</td>
<td>44</td>
<td>46</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% block dm_modal_sizes_table_footer %}
<div class="modal-footer">
<small>{{ "sanetta.productDetail.sizesTable.smallText"|trans|striptags }}</small>
</div>
{% endblock %}
</div>
</div>
</div>
{% endblock %}