I don't know how to concatenate
<button type="button" data-toggle="modal" data-target="#modal_form_inline"> Bloqué</button>
and
th:text="${z.idp}"
I wanna to concatenate th:text="${z.idp}"
with data-target="#modal_form_inline"
the result would like next:
modal_form_inline1
ormodal_form_inline2