Nom
Client
Action
{% for realisation in realisations %}
{% endfor %}
{{ realisation.title }}
{% 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 %}