{% for realisation in realisations %}
{% if realisation.client is not null %}
{{ realisation.client.name }}
{% endif %} {% if realisation.domaine is not null %}
{{ realisation.domaine.name }}
{% endif %} {% if realisation.technique is not null %}
{{ realisation.technique.name }}
{% endif %}

{{ realisation.title }}

{% endfor %}