{% for credit in creditHistory %}
<option value="{{ credit.id }}">
{{ is_granted('ROLE_SUBCONTRACTOR') ? '---' : credit | contrat_name_and_solde(credit) }}
</option>
{% endfor %}