<tr class="edit-item-row">
    <td width="1%" class="cell-align-cente btn-group">
        {# 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>
        {{ form_widget(form.name) }}
    </td>

</tr>
