16 lines
543 B
Smarty
16 lines
543 B
Smarty
<div class="rinfo">
|
|
<i class="fas fa-gas-pump fa-3x fa-pull-left"></i>
|
|
<table class="no-style full">
|
|
<tr align="right" style="font-size: 16pt">
|
|
<td nowrap style="width:170px"> {$tankdata.diesel}<sup>{$tankdata.dieselx}</sup></td>
|
|
</tr>
|
|
<tr align="right" style="font-size: 11pt">
|
|
<td nowrap>{$tankdata.kname} </td>
|
|
</tr>
|
|
</table>
|
|
<table class="no-style full" style="width: 100%">
|
|
<td nowrap align="center" style="font-size:10pt">{$tankdata.street}</td>
|
|
</table>
|
|
|
|
</div>
|
|
|