This commit is contained in:
@ -8,9 +8,9 @@
|
||||
<th colspan="3">Production Greyzolon Duluth</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Energie du jour<strong>{{ lang.NumFmt 2 (div $lastDayData 1000) "- . ," }} kWh</strong></td>
|
||||
<td>Energie du mois<strong>{{ lang.NumFmt 2 (div $lastMonthData 1000000) "- . ," }} MWh</strong></td>
|
||||
<td>Production totale<strong>{{ lang.NumFmt 2 (div $lifeTimeData 1000000) "- . ," }} MWh</strong></td>
|
||||
<td>Energie du jour<strong>{{ lang.FormatNumberCustom 2 (div $lastDayData 1000) "- . ," }} kWh</strong></td>
|
||||
<td>Energie du mois<strong>{{ lang.FormatNumberCustom 2 (div $lastMonthData 1000000) "- . ," }} MWh</strong></td>
|
||||
<td>Production totale<strong>{{ lang.FormatNumberCustom 2 (div $lifeTimeData 1000000) "- . ," }} MWh</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="date" colspan="3">{{ $lastUpdateTime | time.Format ":date_medium" }} à {{ replace ($lastUpdateTime | time.Format ":time_short") ":" "h" }}</td>
|
||||
|
Reference in New Issue
Block a user