<td>{{ poste_connexe.montant|floatformat:0 }} {{ poste_connexe.devise.code }}</td>
<td>{{ poste_connexe.montant_euros }} €</td>
</tr>
+ {% if poste_connexe.poste_comparaison_remunerations.count > 0 %}
+ <tr>
+ <td colspan="1">
+ Rémunérations
+ </td>
+ <td colspan="6">
+ {% poste_cmp_remun_form poste_connexe %}
+ </td>
+ </tr>
+ {% endif %}
{% endfor %}
</tbody>
</table>