<tr>

  {# BOTON ELIMINAR PAGO
  <td class="btn-group-xs">
    #}{# TODO: Make this pretty for row actions (add tax, add item before, add item after...) #}{#
    <a class="btn btn-default btn-xs text-red" title="{% trans from 'core' %}item.form.remove{% endtrans %}" href="#" onclick="jQuery(this).parents('tr').remove();return false;"><span class="glyphicon glyphicon-trash"></span></a>
  </td>
#}
  <td colspan="2" class="cell-align-right">
    {{ form_widget(form.formapago) }}
    {{ form_errors(form.formapago) }}
  </td>
  <td class="cell-align-right">
    {{ form_widget(form.valor) }}
    {{ form_errors(form.valor) }}
  </td>
  <td class="cell-align-right">
    {{ form_widget(form.tiempo) }}
    {{ form_errors(form.tiempo) }}
  </td>
  <td class="taxes form-right">
    {{ form_widget(form.plazo) }}
    {{ form_errors(form.plazo) }}
  </td>

</tr>
