%h1= "Utilisateurs intéressés par le besoin #{@need.title}" -if @wishes.length > 0 %table.table.admin_table.table-hover.table-striped %thead.rows_header %tr %th Utilisateur %th Intéressé le %th Proposition %th Informations supplémentaires %th{:style => "width:100px"}   %tbody.rows =render @wishes .pagination.pull-right= paginate @wishes -else Aucun intérêt enregistré pour ce besoin pour le moment