This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{foreach from=$pol_data item=poldata}
</br>
<div id="ue_polizei">
<div class="row">
<div class="col-sm-12">
<div class="polizei">
<table class="no-style full">
<tbody>
<i class="far fa-exclamation-triangle fa-pull-left" style="color:red;font-size:32pt"></i>
<tr style="font-size:11pt;color:#dddddd" align="left">
<td>
<span style="font-size:10pt;color:#dddddd">{$poldata.adresse1}, {$poldata.adresse2}&nbsp;:&nbsp;</span>
<span style="font-size:10pt;color:#ababab">{$poldata.reason}</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
{/foreach}