<tr>
  <td>
    {{ item.provreembolso_identification }}
  </td>
  <td class="cell-align-center">
    {{ item.provreembolso_name }}
  </td>
  <td class="cell-align-center">
    {{ item.tipoDocReembolso.name}}
  </td>
  <td class="cell-align-center">
    {{ item.serieDocumento }}
  </td>
  <td class="cell-align-center">
    {{ item.numeroSecuencial }}
  </td>
  {#<td class="taxes form-inline">
    {% for tax in item.taxes %}
    {{ tax.label() }}
    {% endfor %}
  </td>#}
  <td class="cell-align-right">
    {{ item.imponible|localizedcurrency(currency, app.request.locale) }}
  </td>
  <td class="cell-align-right">
    {{ item.porIva }}
  </td>
  <td class="cell-align-right">
    {{ item.valiva|localizedcurrency(currency, app.request.locale) }}
  </td>
</tr>
