<p>Oferta Denumire oferta este aplicabila urmatoarelor locuri de consum:</p>
<div th:each=\"type: ${consumptionPoints}\">
<th> Modalitatate introducere consum </th>
<th> Categorie consum \n(MWh) </th>
<th> Consum total anual \n(MWh) </th>
<tr th:if=\"${type.consumptionPoint.empty}\">
<td colspan=\"7\"> Acest loc de consum nu contine informatii! </td>
<tr th:each=\"consumptionPoint : ${type.consumptionPoint}\">
<td><span th:text=\"${consumptionPoint.consumptionPoint}\"> Loc de consum </span></td>
<td><span th:text=\"${consumptionPoint.distribuitor}\"> Distribuitor </span></td>
<td><span th:text=\"${consumptionPoint.clcCode}\"> Cod CLC </span></td>
<td><span th:text=\"${consumptionPoint.consumerInputMethod}\"> Modalitatate introducere consum </span></td>
<td><span th:text=\"${consumptionPoint.consumerType}\"> Tip consum </span></td>
<td><span th:text=\"${consumptionPoint.consumerCategory}\"> Categorie consum \n(MWh) </span></td>
<td><span th:text=\"${consumptionPoint.totalAnnualConsumption}\"> Consum total anual \n(MWh) </span></td>